IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21529


Ignore:
Timestamp:
Feb 17, 2009, 4:58:59 PM (17 years ago)
Author:
Paul Price
Message:

Plugging memory leak.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpTransformReadout.c

    r21368 r21529  
    66 *
    77 *  @author IfA
    8  *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2009-02-06 03:10:36 $
     8 *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-02-18 02:58:59 $
    1010 *  Copyright 2009 Institute for Astronomy, University of Hawaii
    1111 */
     
    146146        psMetadataAddList(output->analysis, PS_LIST_TAIL, PSWARP_ANALYSIS_COVARIANCES, 0,
    147147                          "Collection of covariance matrices", covariances);
     148        psFree(covariances);            // Drop reference; still have the copy on the analysis metadata
    148149    }
    149150    while ((job = psThreadJobGetDone()) != NULL) {
Note: See TracChangeset for help on using the changeset viewer.