Changeset 2752
- Timestamp:
- Dec 17, 2004, 11:46:44 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/psTest.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/psTest.c
r2392 r2752 150 150 psS32 currentId = psMemGetId(); 151 151 psS32 retVal = fcn(); 152 fflush(stdout); 153 fflush(stderr); 152 154 if ( retVal == 0 ) { // only bother checking memory if test executed to end. 153 155 if ( psMemCheckLeaks( currentId, NULL, stderr, false ) != 0 ) { … … 174 176 psS32 currentId = psMemGetId(); 175 177 childReturn = fcn(); 178 fflush(stdout); 179 fflush(stderr); 176 180 if ( childReturn == 0 ) { // only bother checking memory if test executed to end. 177 181 if ( psMemCheckLeaks( currentId, NULL, stderr, false ) != 0 ) {
Note:
See TracChangeset
for help on using the changeset viewer.
