Changeset 6581
- Timestamp:
- Mar 13, 2006, 11:17:38 PM (20 years ago)
- Location:
- branches/rel10_ifa/psModules/src/astrom
- Files:
-
- 2 edited
-
pmConceptsStandard.c (modified) (3 diffs)
-
pmFPAConstruct.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmConceptsStandard.c
r6575 r6581 168 168 169 169 psList *biassecs = psListAlloc(NULL); // List of bias sections 170 psFree(biassecs); // Drop reference171 170 172 171 switch (concept->type) { … … 208 207 209 208 psMetadataItem *item = psMetadataItemAllocPtr(pattern->name, PS_DATA_LIST, pattern->comment, biassecs); 210 psFree(biassecs); 209 psFree(biassecs); // Drop reference 211 210 return item; 212 211 } … … 259 258 } 260 259 261 psFree(sys);262 260 return psMetadataItemAllocS32(pattern->name, pattern->comment, timeSys); 263 261 } -
branches/rel10_ifa/psModules/src/astrom/pmFPAConstruct.c
r6580 r6581 260 260 261 261 pmHDU *hdu = pmHDUAlloc(extName); // The extension 262 hdu->format = psMemIncrRefCounter(format); 262 263 263 264 // Parse the list of first:second
Note:
See TracChangeset
for help on using the changeset viewer.
