IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37609


Ignore:
Timestamp:
Nov 16, 2014, 2:24:55 PM (12 years ago)
Author:
bills
Message:

change memory leak check function to allow setting the number of leaks to display. Limit left at 500

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotCleanup.c

    r36555 r37609  
    2525    // don't display memory leaks unless trace is on.
    2626    // fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, NULL, false), "psphot");
    27     fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, stdout, false), "psphot");
     27    fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks2 (0, NULL, stdout, false, 500), "psphot");
    2828#endif
    2929    return;
Note: See TracChangeset for help on using the changeset viewer.