IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12479 for trunk/psLib


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

fixed error in free: was freeing the wrong thing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psCoord.c

    r12330 r12479  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.135 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2007-03-08 22:12:56 $
     12*  @version $Revision: 1.136 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2007-03-18 22:00:09 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    10181018    if (!result) {
    10191019        psError( PS_ERR_UNKNOWN, true, "psVectorFitPolynomial2D() returned NULL: could not fit a 2-D polynomial to the data.\n");
    1020         psFree(out);
     1020        psFree(myPT);
    10211021        return(NULL);
    10221022    }
Note: See TracChangeset for help on using the changeset viewer.