IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 27, 2006, 2:29:26 PM (20 years ago)
Author:
Paul Price
Message:

psLib stuff must be freed before checking for leaks.

File:
1 edited

Legend:

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

    r7685 r7708  
    1111    pmConfigDone();
    1212    pmModelGroupCleanup();
     13
     14    // Free memory used by psLib
     15    psLibFinalize();
     16
    1317    // fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, NULL, false), "ppImage");
    1418    fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, stdout, false), "ppImage");
    1519
    16     // Free memory used by psLib
    17     psLibFinalize();
    1820    return;
    1921}
Note: See TracChangeset for help on using the changeset viewer.