Index: /branches/eam_rel9_p0/psModules/src/astrom/pmFPAConstruct.c
===================================================================
--- /branches/eam_rel9_p0/psModules/src/astrom/pmFPAConstruct.c	(revision 6343)
+++ /branches/eam_rel9_p0/psModules/src/astrom/pmFPAConstruct.c	(revision 6344)
@@ -62,4 +62,5 @@
 {
     pmFPA *fpa = pmFPAAlloc(camera);    // The FPA to fill out
+
     bool mdStatus = true;               // Status from metadata lookups
     const char *phuType = psMetadataLookupStr(&mdStatus, camera, "PHU"); // What is the PHU?
@@ -210,7 +211,7 @@
                 pmCell *cell = pmCellAlloc(chip, cellData, cellName); // The cell
                 psFree(cell);
-                //              psFree(cellData);
             }
             psFree(cellIter);
+            psFree(cellNames);
 
         } else if (strcasecmp(extType, "CELL") == 0) {
