Introduction
For a description about memory usage and tools, see: http://ktown.kde.org/~seli/memory/analysis.html
Short valgrind help
To find memory leaks with Valgrind, run the following command:
valgrind --tool=memcheck --leak-check=yes /path/to/kmess
When KMess closes Valgrind reports all leaks.
Also consider running:
valgrind --tool=memcheck --leak-check=full /path/to/kmess
