Changeset 27370 for trunk/ppSub/src/ppSubConvolve.c
- Timestamp:
- Mar 19, 2010, 5:56:54 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubConvolve.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubConvolve.c
r27365 r27370 253 253 psError(psErrorCodeLast(), false, "File checks failed."); 254 254 exitValue = ppSubExitCode(exitValue); 255 pmFPAfileFreeSetStrict(false); 255 256 } 256 257 view->readout = -1; … … 258 259 psError(psErrorCodeLast(), false, "File checks failed."); 259 260 exitValue = ppSubExitCode(exitValue); 261 pmFPAfileFreeSetStrict(false); 260 262 } 261 263 view->cell = -1; … … 263 265 psError(psErrorCodeLast(), false, "File checks failed."); 264 266 exitValue = ppSubExitCode(exitValue); 267 pmFPAfileFreeSetStrict(false); 265 268 } 266 269 view->chip = -1; … … 268 271 psError(psErrorCodeLast(), false, "File checks failed."); 269 272 exitValue = ppSubExitCode(exitValue); 273 pmFPAfileFreeSetStrict(false); 270 274 } 271 275 psFree(view);
Note:
See TracChangeset
for help on using the changeset viewer.
