- Timestamp:
- Oct 29, 2012, 2:26:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20120906/ppStack/src/ppStackCleanup.c
r34516 r34623 28 28 options->expRO = NULL; 29 29 30 options->bkgRO->data_exists = false; 31 options->bkgRO->parent->data_exists = false; 32 options->bkgRO->parent->parent->data_exists = false; 33 psFree(options->bkgRO); 34 options->bkgRO = NULL; 30 if (options->bkgRO) { 31 options->bkgRO->data_exists = false; 32 options->bkgRO->parent->data_exists = false; 33 options->bkgRO->parent->parent->data_exists = false; 34 psFree(options->bkgRO); 35 options->bkgRO = NULL; 36 } 35 37 36 38 for (int i = 0; i < options->num; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
