IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30161


Ignore:
Timestamp:
Dec 24, 2010, 3:13:27 PM (15 years ago)
Author:
eugene
Message:

print leaks on (configure this!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101205/psphot/src/psphotCleanup.c

    r30141 r30161  
    2222    pmVisualCleanup ();
    2323    psLibFinalize();
    24     fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, NULL, false), "psphot");
    25     // fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, stdout, false), "psphot");
     24    // fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, NULL, false), "psphot");
     25    fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, stdout, false), "psphot");
    2626    return;
    2727}
Note: See TracChangeset for help on using the changeset viewer.