IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

adjustments to coorespond to adding persistent flag to psMemBlock, i.e.,
exclusion of internal library blocks in memory leak checks.

File:
1 edited

Legend:

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

    r1800 r1810  
    9999
    100100    psMemCheckCorruption(1);
    101     memLeaks = psMemCheckLeaks(currentId,NULL,NULL);
     101    memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
    102102    if (0 != memLeaks) {
    103103        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
Note: See TracChangeset for help on using the changeset viewer.