Changeset 6344
- Timestamp:
- Feb 7, 2006, 12:15:53 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_rel9_p0/psModules/src/astrom/pmFPAConstruct.c
r6342 r6344 62 62 { 63 63 pmFPA *fpa = pmFPAAlloc(camera); // The FPA to fill out 64 64 65 bool mdStatus = true; // Status from metadata lookups 65 66 const char *phuType = psMetadataLookupStr(&mdStatus, camera, "PHU"); // What is the PHU? … … 210 211 pmCell *cell = pmCellAlloc(chip, cellData, cellName); // The cell 211 212 psFree(cell); 212 // psFree(cellData);213 213 } 214 214 psFree(cellIter); 215 psFree(cellNames); 215 216 216 217 } else if (strcasecmp(extType, "CELL") == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.
