Index: trunk/ppImage/src/ppImageLoop.c
===================================================================
--- trunk/ppImage/src/ppImageLoop.c	(revision 7585)
+++ trunk/ppImage/src/ppImageLoop.c	(revision 7592)
@@ -45,5 +45,5 @@
 	}
 
-	// ppImageChipMosaic (config, view);
+	ppImageMosaicChip (chip, config, view);
 
 	// we perform photometry on the readouts of this chip in the output
@@ -51,13 +51,4 @@
 
 	if (!pmFPAfileIOChecks (config, view, PM_FPA_AFTER)) return false;
-
-	// XXX paul added these frees: make sure the same is happening in the pmFileIOChecks
-        // Now I can blow away the mosaic so I can then read more.
-        // psFree(inputChip);
-        // psFree(biasChip);
-        // psFree(darkChip);
-        // psFree(maskChip);
-        // psFree(flatChip);
-        // ppMemUsed();
     }
 
