Memory leak valgrind
http://valgrind.org/docs/manual/quick-start.html
Set 100 callers in stack traces and run valgrind again.
$ valgrind --num-callers=100 --leak-check=full --show-leak-kinds=all --track-origins=yes --log-file=valgrind.log -v
http://valgrind.org/docs/manual/quick-start.html
Set 100 callers in stack traces and run valgrind again.
$ valgrind --num-callers=100 --leak-check=full --show-leak-kinds=all --track-origins=yes --log-file=valgrind.log -v