Is there any 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 开发者_如何学JAVAQtCreator its best also.
Has anybody any idea about this?
You may try cppcheck - it's a static analysis tool and is able to catch some leaks.
maybe in your case would fit any addition, plug-in. you can try to use something like deleaker
精彩评论