IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 14, 2004, 1:55:47 PM (22 years ago)
Author:
desonia
Message:

made psMemCheckLeaks to output results to stderr.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/tst_psFunc04.c

    r1782 r1811  
    5454    psFree(tmpSpline);
    5555    psMemCheckCorruption(1);
    56     //    memLeaks = psMemCheckLeaks(currentId,NULL,NULL);
     56    //    memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
    5757    if (0 != memLeaks) {
    5858        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
Note: See TracChangeset for help on using the changeset viewer.