Changeset 2392 for trunk/psLib/test/dataManip/tst_psMatrix01.c
- Timestamp:
- Nov 22, 2004, 11:10:52 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psMatrix01.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psMatrix01.c
r2204 r2392 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-1 0-27 00:57:33$13 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-11-22 21:00:21 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 79 79 psFree( outImage ); 80 80 psFree( outImageNull ); 81 psS32 nLeaks = psMemCheckLeaks( 0, NULL, stdout );81 psS32 nLeaks = psMemCheckLeaks( 0, NULL, stdout, false ); 82 82 if ( nLeaks != 0 ) { 83 83 printf( "ERROR: Found %d memory leaks\n", nLeaks );
Note:
See TracChangeset
for help on using the changeset viewer.
