IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36547


Ignore:
Timestamp:
Feb 25, 2014, 11:26:45 AM (12 years ago)
Author:
bills
Message:

don't do memleak checks unless trace is on. This is an
attempt to avoid swapping back in data from large processes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20140114/psphot/src/psphotCleanup.c

    r34086 r36547  
    2222    pmVisualCleanup ();
    2323    psLibFinalize();
     24#if (PS_TRACE_ON)
     25    // don't display memory leaks unless trace is on.
    2426    // fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, NULL, false), "psphot");
    2527    fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, stdout, false), "psphot");
     28#endif
    2629    return;
    2730}
Note: See TracChangeset for help on using the changeset viewer.