Changeset 6737
- Timestamp:
- Mar 30, 2006, 11:51:49 AM (20 years ago)
- Location:
- branches/rel10_ifa/psModules/src/astrom
- Files:
-
- 2 edited
-
pmConcepts.c (modified) (2 diffs)
-
pmFPAConstruct.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmConcepts.c
r6734 r6737 92 92 // Trap the lists, which can't be copied in the ordinary way without a warning 93 93 if (blank->type == PS_DATA_LIST) { 94 copy = psMe tadataItemAlloc(blank->name, PS_DATA_LIST, blank->comment,blank->data.V);94 copy = psMemIncrRefCounter(blank->data.V); 95 95 } else { 96 96 copy = psMetadataItemCopy(blank); … … 99 99 psLogMsg(__func__, PS_LOG_WARN, "Unable to add blank version of concept %s\n", blank->name); 100 100 } 101 psFree(copy); // Drop reference 101 102 } 102 103 psFree(specsIter); -
branches/rel10_ifa/psModules/src/astrom/pmFPAConstruct.c
r6734 r6737 119 119 psFree(chip); // Drop reference 120 120 psFree(cellNamesIter); 121 psFree(cellNames); 121 122 } 122 123 psFree(componentsIter);
Note:
See TracChangeset
for help on using the changeset viewer.
