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