If you are working with a large application and don't want to jump right into recompiling all your code with Insure++, you can use the following method to integrate Insure++ into your development process step-by-step:
insure
.insure++.summarize leaks
option to your .psrc file and run your program. Leaked blocks with stack traces will be reported in a summary report at the conclusion of your program.For an example of this procedure, see Link the Memory Leak with Insure++.