Changeset 23576 for trunk/ppStack/src/ppStackLoop.c
- Timestamp:
- Mar 27, 2009, 1:26:55 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackLoop.c
r23367 r23576 59 59 if (!stack) { 60 60 psError(PS_ERR_IO, false, "Unable to initialise stack threads."); 61 psFree(options); 62 return false; 63 } 64 psFree(options->cells); options->cells = NULL; 65 66 // Prepare for combination 67 if (!ppStackCombinePrepare(stack, options, config)) { 68 psError(PS_ERR_UNKNOWN, false, "Unable to prepare for combination."); 69 psFree(stack); 61 70 psFree(options); 62 71 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
