IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19991


Ignore:
Timestamp:
Oct 8, 2008, 10:18:00 AM (18 years ago)
Author:
eugene
Message:

plug leak

File:
1 edited

Legend:

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

    r19507 r19991  
    77 *  @author EAM, IfA
    88 *
    9  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2008-09-12 01:05:24 $
     9 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2008-10-08 20:18:00 $
    1111 *
    1212 *  Copyright 2006 Institute for Astronomy, University of Hawaii
     
    6161
    6262            if (!psMatrixGJSolveF32 (Alpha, Beta)) {
    63                 psError(PS_ERR_UNKNOWN, false, "Unable to solve for center.");
     63              psError(PS_ERR_UNKNOWN, false, "Unable to solve for center.");
     64              psFree (Alpha);
     65              psFree (Beta);
     66              psFree (XdX);
     67              psFree (XdY);
     68              psFree (YdX);
     69              psFree (YdY);
    6470                return NULL;
    6571            }
Note: See TracChangeset for help on using the changeset viewer.