Memory leak detection tool for qt applications on windows

Is there a free memory leak detection tool for QT programs to run on windows? I am using QtCreator as my IDE. If any plugin or add-on is available with QtCreator, that is also better.

Does anyone have any ideas about this?

+2


a source to share


2 answers


You can try cppcheck , it is a static analysis tool and is capable of catching some leaks.



+1


a source


perhaps in your case there will be a suitable add-on, a plugin. you can try using something like deleaker



0


a source







All Articles