- Timestamp:
- Mar 13, 2006, 11:17:38 PM (20 years ago)
- File:
-
- 1 edited
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 }
Note:
See TracChangeset
for help on using the changeset viewer.
