Changeset 25797
- Timestamp:
- Oct 7, 2009, 3:39:53 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/ppStack/src/ppStackLoop.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ppStack/src/ppStackLoop.c
r25788 r25797 62 62 return false; 63 63 } 64 psFree(options->cells); options->cells = NULL;65 64 66 65 // Prepare for combination … … 132 131 return false; 133 132 } 134 psFree(options->cells); options->cells = NULL; 135 psTrace("ppStack", 2, "Final stack of convolved images....\n"); 133 psTrace("ppStack", 2, "Stack of unconvolved images....\n"); 136 134 if (!ppStackCombineFinal(stack, options, config)) { 137 psError(PS_ERR_UNKNOWN, false, "Unable to perform finalcombination.");135 psError(PS_ERR_UNKNOWN, false, "Unable to perform unconvolved combination."); 138 136 psFree(stack); 139 137 psFree(options); … … 145 143 psFree(stack); 146 144 } 145 psFree(options->cells); options->cells = NULL; 147 146 #endif 148 147
Note:
See TracChangeset
for help on using the changeset viewer.
