Changeset 14248
- Timestamp:
- Jul 16, 2007, 4:58:50 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubReadout.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubReadout.c
r14196 r14248 103 103 psLogMsg("ppSub", PS_LOG_INFO, "%d stamps rejected on iteration %d.", numRejected, i); 104 104 } 105 psFree(subMask);106 105 107 106 psImage *convImage = NULL, *convWeight = NULL, *convMask = NULL; // Convolved images … … 111 110 goto ERROR; 112 111 } 112 psFree(subMask); 113 113 114 114 // Do the subtraction … … 185 185 186 186 ERROR: 187 psFree(subMask); 187 188 psFree(kernels); 188 189 psFree(stamps);
Note:
See TracChangeset
for help on using the changeset viewer.
