[SOLVED] Memory leak detection in QT
-
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,
-
Seems like you found an answer
http://qt-project.org/forums/viewthread/32376/ -
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.