IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 22, 2004, 11:10:52 AM (22 years ago)
Author:
evanalst
Message:

Update psMemCheckLeaks function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/psTest.c

    r2273 r2392  
    151151            psS32 retVal = fcn();
    152152            if ( retVal == 0 ) { // only bother checking memory if test executed to end.
    153                 if ( psMemCheckLeaks( currentId, NULL, stderr ) != 0 ) {
     153                if ( psMemCheckLeaks( currentId, NULL, stderr, false ) != 0 ) {
    154154                    psError(PS_ERR_UNKNOWN, true, "Memory Leaks Detected" );
    155155                    retVal = 64;
     
    175175        childReturn = fcn();
    176176        if ( childReturn == 0 ) { // only bother checking memory if test executed to end.
    177             if ( psMemCheckLeaks( currentId, NULL, stderr ) != 0 ) {
     177            if ( psMemCheckLeaks( currentId, NULL, stderr, false ) != 0 ) {
    178178                psError(PS_ERR_UNKNOWN, true, "Memory Leaks Detected" );
    179179                childReturn = 64;
Note: See TracChangeset for help on using the changeset viewer.