IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 25, 2010, 1:17:16 PM (16 years ago)
Author:
Paul Price
Message:

Can't free 'data' (which contains the pmConfig with the pmFPAfiles) until the files have been closed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubMatchPSFs.c

    r26982 r27088  
    340340        psImageCovarianceTruncate(refRO->covariance, COVAR_FRAC);
    341341    }
     342
     343    // Data doesn't exist until it's created in pmSubtraction...
     344    inConv->data_exists = inConv->parent->data_exists = inConv->parent->parent->data_exists = false;
     345    refConv->data_exists = refConv->parent->data_exists = refConv->parent->parent->data_exists = false;
    342346
    343347    // Match the PSFs
Note: See TracChangeset for help on using the changeset viewer.