I made a application in QT4 .There is some memory leak .I am continusly deleting pointers.
Is there any way to check and debug memory leak in application
I made a application in QT4 .There is some memory leak .I am continusly deleting pointers.
Is there any way to check and debug memory leak in application
On linux you can use Valgrind. On windows there are also tools available, but they are often commercial like Memory Validator by SoftwareVerify.
Horse sense is the thing that keeps horses from betting on people. --W.C. Fields
Ask Smart Questions
Hi, for Visual Studio you can use Visual Leak Detector. It's small and free although probably not as powerful as valgrind.
Ginsengelf
Bookmarks