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.

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

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.


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

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

Please purchase a copy to support us!
