Changeset 36365
- Timestamp:
- Dec 10, 2013, 1:05:46 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackLoop.c
r36364 r36365 87 87 pmCellFreeData(options->cells->data[i]); 88 88 } 89 //MEH -- uncomment back out90 //psFree(stack);89 //MEH -- must uncomment back out -- unclear is should be moved after pixel rejection 90 psFree(stack); 91 91 92 92 // Pixel rejection … … 182 182 return false; 183 183 } 184 //MEH uncomment back out..185 //psFree(stack);184 //MEH -- also must uncomment back out.. 185 psFree(stack); 186 186 psLogMsg("ppStack", PS_LOG_INFO, "Stage 7: Cleanup, WCS & JPEGS: %f sec", psTimerClear("PPSTACK_STEPS")); 187 187 ppStackMemDump("cleanup");
Note:
See TracChangeset
for help on using the changeset viewer.
