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?
You can try cppcheck , it is a static analysis tool and is capable of catching some leaks.
perhaps in your case there will be a suitable add-on, a plugin. you can try using something like deleaker