On Thursday 01 January 2004 15:25, Martijn Klingens wrote: > Does anyone here have any idea where the leak comes from? I can 100% > reproduce it in Kopete and not at all outside Kopete. valgrind is useful in finding memory leaks. You can download it from http://valgrind.kde.org/ and run it on your application with --leak-check=yes. Dirk