Index: trunk/psLib/test/dataManip/tst_psMatrix06.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psMatrix06.c	(revision 798)
+++ trunk/psLib/test/dataManip/tst_psMatrix06.c	(revision 1073)
@@ -10,6 +10,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-05-28 02:52:23 $
+ *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-06-23 23:00:17 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -74,6 +74,6 @@
     // Test C - Free input and output images
     printPositiveTestHeader(stdout, "psMatrix", "Free input and output images");
-    psImageFree(outImage);
-    psImageFree(inImage);
+    psFree(outImage);
+    psFree(inImage);
     psMemCheckLeaks(0, NULL, stdout);
     int nBad = psMemCheckCorruption(0);
