Changeset 16714
- Timestamp:
- Feb 28, 2008, 11:18:55 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmPSFEnvelope.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmPSFEnvelope.c
r16607 r16714 186 186 if (!psImageOverlaySection(readout->image, subImage, x0, y0, "=")) { 187 187 psError(PS_ERR_UNKNOWN, false, "Unable to overlay PSF"); 188 psFree(subImage); 188 189 psFree(readout); 189 190 psFree(xOffset); … … 192 193 return NULL; 193 194 } 195 psFree(subImage); 194 196 } 195 197 psFree(xOffset); 196 198 psFree(yOffset); 199 psFree(envelope); 197 200 198 201 readout->weight = (psImage*)psBinaryOp(NULL, readout->image, "+", psScalarAlloc(1.0, PS_TYPE_F32)); … … 297 300 #endif 298 301 302 psFree(fakes); 299 303 psFree(readout); 300 304
Note:
See TracChangeset
for help on using the changeset viewer.
