This demonstrates how easy to do leak detection with LeakChecker!
Just simply add the code in the red circle to your program.
Then press "F5" to start debugging, after program finished, the leaks will be dumped.

LeakChecker Demo

Then we do a function level leak detection. This is useful to narrow down and avoid the annoying one-time memory and resource allocation.

LeakChecker Demo

Sometimes you may noticed memory usage is growing. But no leaks was found when program exit.
This is always caused by unintentional C++  object accumulation which will be freed by container.
Now you can use LeakChecker to detect such kind of non-leak issue.

LeakChecker Demo

LeakChecker Demo

Also it's easy to detect leaks of MFC application.

LeakChecker Demo

LeakChecker now support 64bit program!
(Only available in full edition)

LeakChecker Demo

Please purchase a copy to support us! BuyBuy Now