Index: trunk/psModules/src/camera/pmFPARead.c
===================================================================
--- trunk/psModules/src/camera/pmFPARead.c	(revision 27335)
+++ trunk/psModules/src/camera/pmFPARead.c	(revision 27346)
@@ -296,5 +296,5 @@
                         psFits *fits,    // FITS file
                         int z,          // Plane number to read
-                        int *zMax,	// Max plane number in this cell
+                        int *zMax,      // Max plane number in this cell
                         int numScans,   // Number of scans to read at a time
                         fpaReadType type, // Type of image
@@ -314,5 +314,5 @@
         return true;
       } else {
-	return false;
+        return false;
       }
     }
@@ -387,5 +387,5 @@
                 psFree(regionString);
                 psFree(readout);
-		psFree(iter);
+                psFree(iter);
                 return false;
             }
@@ -486,5 +486,5 @@
                              psFits *fits, // FITS file
                              int z,     // Desired image plane
-			     int *zMax,	// Max plane number in this cell
+                             int *zMax, // Max plane number in this cell
                              int numScans, // Number of scans (row or col depends on CELL.READDIR); 0 for all
                              int overlap, // Number of scans (row/col) to overlap between scans
@@ -628,6 +628,6 @@
     // Blow away existing data.
     // Do this before returning, so that we're not returning data from a previous read
-    psFree(*image);
-    *image = NULL;
+//    psFree(*image);
+//    *image = NULL;
     *image = readoutReadComponent(*image, fits, trimsec, readdir, thisScan, lastScan, z, bad, pixelTypes[type]);
 
