LeakChecker

Latest Version: 1.2.2, released date: 08/04/2010.

Want to detect memory and resource leak quickly? Try LeakChecker!

LeakChecker is C/C++ source code level leak detector. It's very easy to incorporate into your program. Leak information is conformed to VC format. It's convenient to locate leak source code by just double click it.

Support: VS2008, VS2005, VS2003, VS2002, VC6 or C/C++ compiler support PDB debug format. Both 32bit and 64bit application.

Demo

This demonstrates how LeakChecker works. Just add three lines to your source code, it will show the leaks of your program.