Changeset 2392 for trunk/psLib/test/psTest.c
- Timestamp:
- Nov 22, 2004, 11:10:52 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/psTest.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/psTest.c
r2273 r2392 151 151 psS32 retVal = fcn(); 152 152 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 ) { 154 154 psError(PS_ERR_UNKNOWN, true, "Memory Leaks Detected" ); 155 155 retVal = 64; … … 175 175 childReturn = fcn(); 176 176 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 ) { 178 178 psError(PS_ERR_UNKNOWN, true, "Memory Leaks Detected" ); 179 179 childReturn = 64;
Note:
See TracChangeset
for help on using the changeset viewer.
