PDA

View Full Version : Memory leak of Qt?



Sheng
1st April 2009, 22:46
Just checked my software with valgrind, it reported about 1k memory leak, looks like it's in Qt lib. Any one has idea of Qt memory management performance?
Thanks

wysota
2nd April 2009, 00:32
There are no leaks in Qt. There are leaks in libraries Qt depends on and furthermore valgrind reports some false positives.

Please search the forum for details, the issue has been brought up several times.