Changeset 30631 for branches/czw_branch/20101203/ppSub/src/ppSubLoop.c
- Timestamp:
- Feb 14, 2011, 1:05:28 PM (15 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppSub/src/ppSubLoop.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/ppSub/src/ppSubLoop.c
r30118 r30631 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.
