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/psTest.c

    r1699 r1810  
    149149            int currentId = psMemGetId();
    150150            int retVal = fcn();
    151             psErrorClear(); // clear the error stack before checking for leaks
    152             psTraceReset();
    153151            if ( retVal == 0 ) { // only bother checking memory if test executed to end.
    154152                if ( psMemCheckLeaks( currentId, NULL, stderr ) != 0 ) {
     
    175173        int currentId = psMemGetId();
    176174        childReturn = fcn();
    177         psErrorClear(); // clear the error stack before checking for leaks
    178         psTraceReset();
    179175        if ( childReturn == 0 ) { // only bother checking memory if test executed to end.
    180176            if ( psMemCheckLeaks( currentId, NULL, stderr ) != 0 ) {
Note: See TracChangeset for help on using the changeset viewer.