IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 11, 2014, 3:46:50 PM (12 years ago)
Author:
watersc1
Message:

Debuggable complete version of ppBackgroundStack. It doesn't seem to work, as I'm losing my data structures somehow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppBackground/src/ppBackgroundStackData.c

    r36580 r36582  
    2121  psFree(data->modelMap);
    2222
     23
     24  psFree(data->stack_data);
    2325  psFree(data->stacks);
    2426  psFree(data->outRoot);
     
    4547    data->dec_min  = 1e9;
    4648    data->dec_max  = -1e9;
    47    
     49
     50    data->stack_data = psArrayAlloc(0);
    4851    data->stacks = psArrayAlloc(0);
    4952    data->outRoot = NULL;
Note: See TracChangeset for help on using the changeset viewer.