Index: trunk/psLib/test/dataManip/tst_psMatrix04.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psMatrix04.c	(revision 897)
+++ trunk/psLib/test/dataManip/tst_psMatrix04.c	(revision 1073)
@@ -13,6 +13,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-06-07 20:25:03 $
+ *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-06-23 23:00:17 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -82,6 +82,6 @@
     // Test D - Free input and output images
     printPositiveTestHeader(stdout, "psMatrix", "Free input and output images");
-    psImageFree(outImage);
-    psImageFree(inImage);
+    psFree(outImage);
+    psFree(inImage);
     psFree(det2);
     psMemCheckLeaks(0, NULL, stdout);
