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
Printable View
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
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.