Index: /branches/eam_rel9_p0/psModules/src/imsubtract/pmSubtractBias.c
===================================================================
--- /branches/eam_rel9_p0/psModules/src/imsubtract/pmSubtractBias.c	(revision 6077)
+++ /branches/eam_rel9_p0/psModules/src/imsubtract/pmSubtractBias.c	(revision 6078)
@@ -11,6 +11,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.6.8.1.2.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-01-20 02:38:28 $
+ *  @version $Revision: 1.6.8.1.2.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-01-20 06:03:29 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -363,5 +363,4 @@
             }
             reduced->data.F32[i] = reducedVal;
-            //            printf("%f ", reducedVal);
         } else if (overscanOpts->fitType == PM_FIT_NONE) {
             psError(PS_ERR_UNKNOWN, true, "The overscan is not supplied for all points on the "
@@ -372,6 +371,4 @@
             mask->data.U8[i] = 1;
         }
-
-        //        printf("\n");
     }
 
@@ -514,4 +511,5 @@
                     }
                 }
+                psFree(iter);
 
                 // Reduce the overscans
@@ -556,4 +554,5 @@
                     }
                 }
+                psFree(iter);
 
                 // Reduce the overscans
