- Timestamp:
- Jan 17, 2011, 5:00:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/ppSub/src/ppSubMatchPSFs.c
r29937 r30285 78 78 return true; 79 79 } 80 81 80 psFree(view); 82 81 … … 127 126 if (!inSourceRO || !refSourceRO) { 128 127 psError(PPSUB_ERR_DATA, false, "Unable to scale kernel, since no sources were provided."); 128 psFree(view); 129 129 return false; 130 130 } … … 166 166 if (!psMetadataLookupBool(NULL, recipe, "SCALE")) { 167 167 // No scaling requested 168 psFree(view);169 168 return true; 170 169 } … … 221 220 pmCell *cell = pmFPAfileThisCell(config->files, view, "PPSUB.INPUT.CONV"); // Cell for convolved input 222 221 inConv = pmReadoutAlloc(cell); 222 psFree(inConv); 223 223 } 224 224 pmReadout *refConv = pmFPAfileThisReadout(config->files, view, "PPSUB.REF.CONV"); // Reference convolved … … 226 226 pmCell *cell = pmFPAfileThisCell(config->files, view, "PPSUB.REF.CONV"); // Cell for convolved ref. 227 227 refConv = pmReadoutAlloc(cell); 228 psFree(refConv); 228 229 } 229 230
Note:
See TracChangeset
for help on using the changeset viewer.
