IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 31, 2011, 2:54:06 PM (15 years ago)
Author:
eugene
Message:

merging changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101205/ppStack/src/ppStackConvolve.c

    r30228 r30448  
    113113                options->inputMask->data.PS_TYPE_VECTOR_MASK_DATA[i] |= PPSTACK_MASK_MATCH;
    114114                psErrorClear();
     115                if (!ppStackFilesIterateUp(config)) {
     116                    psFree(rng);
     117                    psFree(fpaList);
     118                    psFree(cellList);
     119                    psFree(target);
     120                    return false;
     121                }
    115122                continue;
    116123            }
Note: See TracChangeset for help on using the changeset viewer.