c++ - Memory leak detection tool for qt applications on windows -


Is there any free leak detection tool for Qt programs to run on windows? I am using QTCreator as my IDE

Anyone have any ideas about this?

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


Comments