Index: trunk/psLib/test/dataManip/tst_psMatrix01.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psMatrix01.c	(revision 899)
+++ trunk/psLib/test/dataManip/tst_psMatrix01.c	(revision 1073)
@@ -11,6 +11,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-06-07 20:47:52 $
+ *  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-06-23 23:00:17 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -75,7 +75,7 @@
     // Test D - Free images and check for leaks
     printPositiveTestHeader(stdout, "psMatrix", "Free images and check for leaks");
-    psImageFree(inImage);
-    psImageFree(outImage);
-    psImageFree(outImageNull);
+    psFree(inImage);
+    psFree(outImage);
+    psFree(outImageNull);
     psMemCheckLeaks(0, NULL, stdout);
     int nBad = psMemCheckCorruption(0);
