I know threads about memory leak detection have come and gone several times on this forum. But this question is one I cannot let go.

I am currently developing an application in QT Creator on Windows and am close to finishing up. However, I have the feeling that I might have a memory leak or two. This let me to investigate if there are any leak detection tools that could work on my particular setup. Apparently not. A couple of days ago I posted about this on stackoverflow, and no one there seems to know an answer either. The only thing I can come up with is jumping ship to visual studio and using the CRT to detect memory leaks.

I am well aware of the fact that strictly seen this is not a QT issue, however it is a question closely related to the software development kit that is distributed. I think it's quite important to make sure the quality of QT-based software is up to standards. Is there anyone who can lead me to a working memory leak detection system for my setup?