IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 29, 2012, 2:26:09 PM (14 years ago)
Author:
watersc1
Message:

ppSkycell binning mostly working, but not for masks yet.

File:
1 edited

Legend:

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

    r34516 r34623  
    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;
     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    }
    3537   
    3638    for (int i = 0; i < options->num; i++) {
Note: See TracChangeset for help on using the changeset viewer.