views:

368

answers:

1

Hi,

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 QtCreator its best also.

Has anybody any idea about this?

+1  A: 

You may try cppcheck - it's a static analysis tool and is able to catch some leaks.

Vitor Py