Index: trunk/psLib/test/math/tst_psMatrix04.c
===================================================================
--- trunk/psLib/test/math/tst_psMatrix04.c	(revision 4547)
+++ trunk/psLib/test/math/tst_psMatrix04.c	(revision 4589)
@@ -13,6 +13,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2005-07-13 02:47:00 $
+ *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2005-07-21 01:40:10 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -51,5 +51,5 @@
 {
     float det = 0.0f;
-    float *det2 = NULL;
+    float det2 = 0;
     psImage *outImage = NULL;
     psImage *inImage = NULL;
@@ -120,9 +120,7 @@
     printPositiveTestHeader(stdout, "psMatrix", "Calculate determinant only");
     det2 = psMatrixDeterminant(inImage);
-    CHECK_VALUE(*det2);
-    psFree(det2);
+    CHECK_VALUE(det2);
     det2 = psMatrixDeterminant(inImage32);
-    CHECK_VALUE(*det2);
-    psFree(det2);
+    CHECK_VALUE(det2);
     printFooter(stdout, "psMatrix", "Calculate determinant only", true);
 
