A Summary of memory leaks message indicates that Purify has searched the program for leaked heap memory.
If Purify has found leaked memory, you can expand the summary message to see the list of leaked memory blocks. Purify generates a list when you do any one of the following:
§ Exit the program and Memory leaks is selected in the Errors and Leaks tab in the Default Settings dialog box or Settings for exename dialog box. This is the default.
§ Call one of the Purify API functions: PurifyNewLeaks or PurifyAllLeaks.
§ Specify /LeaksAtExit=yes at the command line.
Note:
§ When Purify finds no memory leaks, it reports this message as Summary of memory leaks.
(C) Copyright IBM Corporation 1992, 2010.