Changeset 30619 for trunk/ppSub/src/ppSubLoop.c
- Timestamp:
- Feb 13, 2011, 11:43:27 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubLoop.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubLoop.c
r30066 r30619 26 26 pmReadout *out = pmFPAfileThisReadout(config->files, view, "PPSUB.OUTPUT"); 27 27 psphotSaveImage (NULL, out->image, name); 28 psFree(view); 28 29 return true; 29 30 } … … 111 112 goto ESCAPE; 112 113 } 114 113 115 if (data->quality) { 114 116 // Can't do anything at all … … 257 259 psError(psErrorCodeLast(), false, "Unable to generate mask statistics"); 258 260 success = false; 261 psFree(view); 259 262 goto ESCAPE; 260 263 } 264 psFree(view); 261 265 } 262 266 // dumpout(config, "diff.4.fits");
Note:
See TracChangeset
for help on using the changeset viewer.
