valgrind --tool=memcheck --error-limit=no --log-file=/tmp/vg.log --leak-check=full --leak-resolution=high --show-reachable=yes freeswitch -vg -nonat
做几个呼叫,然后 shutdown
最后分析 /tmp/vg.log
valgrind --tool=memcheck --error-limit=no --log-file=/tmp/vg.log --leak-check=full --leak-resolution=high --show-reachable=yes freeswitch -vg -nonat
做几个呼叫,然后 shutdown
最后分析 /tmp/vg.log