Changeset 1073 for trunk/psLib/test/dataManip/tst_psMatrix05.c
- Timestamp:
- Jun 23, 2004, 1:00:17 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psMatrix05.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psMatrix05.c
r798 r1073 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-0 5-28 02:52:23$12 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-06-23 23:00:17 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 65 65 // Test C - Free input and output images 66 66 printPositiveTestHeader(stdout, "psMatrix", "Free input and output images"); 67 ps ImageFree(outImage);68 ps ImageFree(inImage1);69 ps ImageFree(inImage2);67 psFree(outImage); 68 psFree(inImage1); 69 psFree(inImage2); 70 70 psMemCheckLeaks(0, NULL, stdout); 71 71 int nBad = psMemCheckCorruption(0);
Note:
See TracChangeset
for help on using the changeset viewer.
