Changeset 2392 for trunk/psLib/test/collections/tst_psMetadata_01.c
- Timestamp:
- Nov 22, 2004, 11:10:52 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/tst_psMetadata_01.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psMetadata_01.c
r2273 r2392 17 17 * @author Ross Harman, MHPCC 18 18 * 19 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $20 * @date $Date: 2004-11- 04 01:05:00 $19 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 20 * @date $Date: 2004-11-22 20:54:50 $ 21 21 * 22 22 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 260 260 psFree(metadata2); 261 261 psFree(metadata3); 262 psMemCheckLeaks(0, NULL, stdout); 262 if(psMemCheckLeaks(0, NULL, stdout,false)) { 263 psError(PS_ERR_UNKNOWN,true,"Memory leaks detected."); 264 return 10; 265 } 263 266 psMemCheckCorruption(0); 264 267 psS32 nBad = psMemCheckCorruption(0);
Note:
See TracChangeset
for help on using the changeset viewer.
