PDA

View Full Version : Memory Leak Detection



moh.gup@gmail.com
26th February 2011, 08:49
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

franz
26th February 2011, 09:08
On linux you can use Valgrind. On windows there are also tools available, but they are often commercial like Memory Validator by SoftwareVerify.

Ginsengelf
28th February 2011, 07:21
Hi, for Visual Studio you can use Visual Leak Detector (http://sites.google.com/site/dmoulding/vld). It's small and free although probably not as powerful as valgrind.

Ginsengelf