IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6344


Ignore:
Timestamp:
Feb 7, 2006, 12:15:53 PM (20 years ago)
Author:
magnier
Message:

added free for cellNames

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_p0/psModules/src/astrom/pmFPAConstruct.c

    r6342 r6344  
    6262{
    6363    pmFPA *fpa = pmFPAAlloc(camera);    // The FPA to fill out
     64
    6465    bool mdStatus = true;               // Status from metadata lookups
    6566    const char *phuType = psMetadataLookupStr(&mdStatus, camera, "PHU"); // What is the PHU?
     
    210211                pmCell *cell = pmCellAlloc(chip, cellData, cellName); // The cell
    211212                psFree(cell);
    212                 //              psFree(cellData);
    213213            }
    214214            psFree(cellIter);
     215            psFree(cellNames);
    215216
    216217        } else if (strcasecmp(extType, "CELL") == 0) {
Note: See TracChangeset for help on using the changeset viewer.