IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 9, 2007, 12:30:46 PM (19 years ago)
Author:
Paul Price
Message:

Don't send leaks to stderr (it can crash pantasks controller). If you
want a list of leaks, set environment variable PS_ALLOC_CHECK to the
file in which you want the leaks listed.

File:
1 edited

Legend:

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

    r14996 r15546  
    1919    psLibFinalize();
    2020
    21     fprintf (stderr, "Found %d leaks at %s\n", psMemCheckLeaks (0, NULL, stderr, false), "ppImage");
    22     // fprintf (stderr, "Found %d leaks at %s\n", psMemCheckLeaks (0, NULL, NULL, false), "ppImage");
     21    fprintf (stderr, "Found %d leaks at %s\n", psMemCheckLeaks (0, NULL, NULL, false), "ppImage");
    2322
    2423    return;
Note: See TracChangeset for help on using the changeset viewer.