IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2008, 1:47:22 PM (18 years ago)
Author:
eugene
Message:

added sample lines to dump leaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageCleanup.c

    r15546 r18032  
    1919    psLibFinalize();
    2020
     21    // psMemBlock **memblocks;
     22    // int Nleaks = psMemCheckLeaks (0, &memblocks, stderr, false);
     23    // fprintf (stderr, "Found %d leaks at %s\n", Nleaks, "ppImage");
     24
    2125    fprintf (stderr, "Found %d leaks at %s\n", psMemCheckLeaks (0, NULL, NULL, false), "ppImage");
    2226
Note: See TracChangeset for help on using the changeset viewer.