Changeset 2392 for trunk/psLib/test/dataManip/tst_psMatrix07.c
- Timestamp:
- Nov 22, 2004, 11:10:52 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psMatrix07.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psMatrix07.c
r2204 r2392 16 16 * @author Ross Harman, MHPCC 17 17 * 18 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $19 * @date $Date: 2004-1 0-27 00:57:33$18 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 19 * @date $Date: 2004-11-22 21:00:21 $ 20 20 * 21 21 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 168 168 psFree(m4); 169 169 psFree(badImage); 170 psMemCheckLeaks(0, NULL, stdout); 170 if( psMemCheckLeaks(0, NULL, stdout, false) != 0) { 171 psError(PS_ERR_UNKNOWN,true,"Memory leaks detected."); 172 return 10; 173 } 171 174 psS32 nBad = psMemCheckCorruption(0); 172 175 if(nBad) {
Note:
See TracChangeset
for help on using the changeset viewer.
