IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 5, 2012, 6:03:49 PM (14 years ago)
Author:
watersc1
Message:

Incomplete.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20120906/ppStack/src/ppStackCleanup.c

    r30874 r34516  
    2828    options->expRO = NULL;
    2929
     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;
     35   
    3036    for (int i = 0; i < options->num; i++) {
    3137        pmCellFreeData(options->cells->data[i]);
Note: See TracChangeset for help on using the changeset viewer.