IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 16, 2005, 10:52:23 AM (21 years ago)
Author:
drobbin
Message:

Fixed memory leaks from EOC Init fxn.

File:
1 edited

Legend:

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

    r5522 r5524  
    88*  @author Robert Daniel DeSonia, MHPCC
    99*
    10 *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2005-11-16 02:40:13 $
     10*  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2005-11-16 20:52:23 $
    1212*
    1313*  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
     
    165165    psFree(yCoeff);
    166166    psFree(sCoeff);
     167    psFree(eocMetadata);
    167168
    168169    return true;
Note: See TracChangeset for help on using the changeset viewer.