Index: trunk/psLib/test/imageops/tst_psImageGeomManip.c
===================================================================
--- trunk/psLib/test/imageops/tst_psImageGeomManip.c	(revision 6805)
+++ trunk/psLib/test/imageops/tst_psImageGeomManip.c	(revision 6912)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-04-06 04:12:27 $
+ *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-04-20 01:13:11 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -610,8 +610,16 @@
         psFitsMoveExtNum(fBiTruthFile, index, false);
         psFitsMoveExtNum(sBiTruthFile, index, false);
-        fTruth = psFitsReadImage(fTruth, fTruthFile, regionAll, 0);
-        sTruth = psFitsReadImage(sTruth, sTruthFile, regionAll, 0);
-        fBiTruth = psFitsReadImage(fBiTruth, fBiTruthFile, regionAll, 0);
-        sBiTruth = psFitsReadImage(sBiTruth, sBiTruthFile, regionAll, 0);
+        psFree(fTruth);
+        psFree(sTruth);
+        psFree(fBiTruth);
+        psFree(sBiTruth);
+        fTruth = NULL;
+        sTruth = NULL;
+        fBiTruth = NULL;
+        sBiTruth = NULL;
+        fTruth = psFitsReadImage(fTruthFile, regionAll, 0);
+        sTruth = psFitsReadImage(sTruthFile, regionAll, 0);
+        fBiTruth = psFitsReadImage(fBiTruthFile, regionAll, 0);
+        sBiTruth = psFitsReadImage(sBiTruthFile, regionAll, 0);
         if (fTruth == NULL) {
             psError(PS_ERR_UNKNOWN, true,"verified psF32 image failed to be read (%d deg. rotation)",
