- Timestamp:
- Oct 17, 2021, 1:31:19 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ppStack.20211015/src/ppStackLoopByPercent.c
r41842 r41848 41 41 42 42 // Done with stack inputs for now 43 // XXX is this where we are leaking??44 43 for (int i = 0; i < options->num; i++) { 45 44 pmCellFreeData(options->cells->data[i]); 46 45 } 47 // MEH -- must uncomment back out -- unclear is should be moved after pixel rejection48 psFree(stack);49 46 50 47 psLogMsg("ppStack", PS_LOG_INFO, "Stage 5: Final Stack: %f sec", psTimerClear("PPSTACK_STEPS")); … … 96 93 return false; 97 94 } 98 // MEH -- also must uncomment back out..99 95 psFree(stack); 100 96 psLogMsg("ppStack", PS_LOG_INFO, "Stage 7: Cleanup, WCS & JPEGS: %f sec", psTimerClear("PPSTACK_STEPS"));
Note:
See TracChangeset
for help on using the changeset viewer.
