Changeset 1811 for trunk/psLib/test/image
- Timestamp:
- Sep 14, 2004, 1:55:47 PM (22 years ago)
- Location:
- trunk/psLib/test/image
- Files:
-
- 4 edited
-
tst_psImageStats00.c (modified) (2 diffs)
-
tst_psImageStats01.c (modified) (2 diffs)
-
tst_psImageStats02.c (modified) (1 diff)
-
tst_psImageStats03.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/tst_psImageStats00.c
r1406 r1811 138 138 139 139 psMemCheckCorruption( 1 ); 140 memLeaks = psMemCheckLeaks( currentId, NULL, NULL);140 memLeaks = psMemCheckLeaks(currentId,NULL,stderr); 141 141 if ( 0 != memLeaks ) { 142 142 psAbort( __func__, "Memory Leaks! (%d leaks)", memLeaks ); … … 170 170 psFree( tmpImage ); 171 171 psMemCheckCorruption( 1 ); 172 memLeaks = psMemCheckLeaks( currentId, NULL, NULL);172 memLeaks = psMemCheckLeaks(currentId,NULL,stderr); 173 173 if ( 0 != memLeaks ) { 174 174 psAbort( __func__, "Memory Leaks! (%d leaks)", memLeaks ); -
trunk/psLib/test/image/tst_psImageStats01.c
r1406 r1811 128 128 129 129 psMemCheckCorruption( 1 ); 130 memLeaks = psMemCheckLeaks( currentId, NULL, NULL);130 memLeaks = psMemCheckLeaks(currentId,NULL,stderr); 131 131 if ( 0 != memLeaks ) { 132 132 psAbort( __func__, "Memory Leaks! (%d leaks)", memLeaks ); … … 167 167 168 168 psMemCheckCorruption( 1 ); 169 memLeaks = psMemCheckLeaks( currentId, NULL, NULL);169 memLeaks = psMemCheckLeaks(currentId,NULL,stderr); 170 170 if ( 0 != memLeaks ) { 171 171 psAbort( __func__, "Memory Leaks! (%d leaks)", memLeaks ); -
trunk/psLib/test/image/tst_psImageStats02.c
r1749 r1811 107 107 108 108 psMemCheckCorruption( 1 ); 109 memLeaks = psMemCheckLeaks( currentId, NULL, NULL);109 memLeaks = psMemCheckLeaks(currentId,NULL,stderr); 110 110 if ( 0 != memLeaks ) { 111 111 psAbort( __func__, "Memory Leaks! (%d leaks)", memLeaks ); -
trunk/psLib/test/image/tst_psImageStats03.c
r1406 r1811 76 76 77 77 psMemCheckCorruption(1); 78 memLeaks = psMemCheckLeaks(currentId,NULL, NULL);78 memLeaks = psMemCheckLeaks(currentId,NULL,stderr); 79 79 if (0 != memLeaks) { 80 80 psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
Note:
See TracChangeset
for help on using the changeset viewer.
