IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 27, 2006, 6:15:01 PM (19 years ago)
Author:
Paul Price
Message:

Cleaning up. Leak report to stderr.

File:
1 edited

Legend:

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

    r8751 r10210  
    55# include "ppImage.h"
    66
    7 void ppImageCleanup (pmConfig *config, ppImageOptions *options) {
    8 
     7void ppImageCleanup (pmConfig *config, ppImageOptions *options)
     8{
    99    // Free memory used by ppImage
    1010    psFree(options);
     
    1919    psLibFinalize();
    2020
    21     // fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, NULL, false), "ppImage");
    22     fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, stdout, false), "ppImage");
     21    fprintf (stderr, "Found %d leaks at %s\n", psMemCheckLeaks (0, NULL, stderr, false), "ppImage");
    2322
    2423    return;
Note: See TracChangeset for help on using the changeset viewer.