Surjya Narayana Padhi
Surjya Narayana Padhi

Reputation: 7841

Memory leak detection tool for qt applications on windows

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?

Upvotes: 2

Views: 2625

Answers (2)

MastAvalons
MastAvalons

Reputation: 1141

maybe in your case would fit any addition, plug-in. you can try to use something like deleaker

Upvotes: 0

Vitor Py
Vitor Py

Reputation: 5180

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

Upvotes: 1

Related Questions