IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 27, 2011, 3:42:33 PM (15 years ago)
Author:
bills
Message:

call ppStackFilesInterateUp when ppStackMatch fails to avoid memory bloat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackConvolve.c

    r29283 r30394  
    126126                options->inputMask->data.PS_TYPE_VECTOR_MASK_DATA[i] |= PPSTACK_MASK_MATCH;
    127127                psErrorClear();
     128                if (!ppStackFilesIterateUp(config)) {
     129                    psFree(rng);
     130                    psFree(fpaList);
     131                    psFree(cellList);
     132                    psFree(target);
     133                    return false;
     134                }
    128135                continue;
    129136            }
Note: See TracChangeset for help on using the changeset viewer.