Any free memory leak detector for Qt?
3 answers
While this question is not specific to Qt, the answers relate to various general purpose leak detection tools that are available on Windows. Two of them mentioned in the accepted answer are commercial tools, but there are some free alternatives mentioned in other answers.
+2
a source to share
I have used Valgrind in the main graphics product Qt. Like any software tool, it takes a lot of effort to learn how to use it and customize it effectively. I am still new to use, but I find it very helpful and helpful to find memory issues. This can slow down the debug program to a very noticeable extent. I still recommend it.
Qt's lack of a memory debugging mechanism is a somewhat unexpected omission for the commercial C ++ platform.
-1
a source to share