IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12482


Ignore:
Timestamp:
Mar 18, 2007, 12:03:36 PM (19 years ago)
Author:
magnier
Message:

fixed memory leak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmAstrometryObjects.c

    r11762 r12482  
    88*  @author EAM, IfA
    99*
    10 *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2007-02-13 03:14:42 $
     10*  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2007-03-18 22:03:36 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    729729    if (minStat->nSigma < minSigma) {
    730730        psError(PS_ERR_UNKNOWN, true, "Failed to find a valid match (%f sigma for best)", minStat->nSigma);
     731        psFree (minStat);
    731732        return NULL;
    732733    }
Note: See TracChangeset for help on using the changeset viewer.