[SOLVED] Memory leak detection in QT
-
wrote on 10 Sept 2013, 12:42 last edited by
I ma developing application using QT Creator in QT. I used to use Visual Studio 2010 for developing.
Visual Leak detector is good at reporting memory leaks for Visual C.
I tried searching for such a tool in QT community...........could not find one.
Can anybody suggest some good/free memory leak detection tool for QT?
Regards,
-
wrote on 10 Sept 2013, 15:15 last edited by
Seems like you found an answer
http://qt-project.org/forums/viewthread/32376/ -
wrote on 11 Sept 2013, 08:17 last edited by
Thanks. Is there any other tool than Dr. Memory that can be integrated into QT Creator.
It is difficult to understand program execution output from Dr. Memory text files.Regards,
-
wrote on 14 Sept 2013, 00:29 last edited by
Valgrind is a GPL licensed programming tool for memory debugging, memory leak detection, and profiling. It is named after the main entrance to Valhalla in Norse mythology.
-
wrote on 14 Sept 2013, 06:06 last edited by
Thanks Albeoa. I'll check it out
1/5