IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32693


Ignore:
Timestamp:
Nov 17, 2011, 1:58:28 PM (15 years ago)
Author:
eugene
Message:

free the covariances before replacing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111110/psModules/src/imcombine/pmSubtraction.c

    r30738 r32693  
    14871487            }
    14881488        }
     1489        psFree(out1->covariance);
    14891490        out1->covariance = psImageCovarianceAverage(covars);
    14901491        psFree(covars);
     
    15271528            }
    15281529        }
     1530        psFree(out2->covariance);
    15291531        out2->covariance = psImageCovarianceAverage(covars);
    15301532        psFree(covars);
Note: See TracChangeset for help on using the changeset viewer.