Index: trunk/psLib/src/astro/psEarthOrientation.c
===================================================================
--- trunk/psLib/src/astro/psEarthOrientation.c	(revision 6230)
+++ trunk/psLib/src/astro/psEarthOrientation.c	(revision 6314)
@@ -8,6 +8,6 @@
  *  @author Robert Daniel DeSonia, MHPCC
  *
- *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-01-28 01:31:44 $
+ *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-02-03 00:11:54 $
  *
  *  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
@@ -184,12 +184,4 @@
     iersTable = psVectorsReadFromFile(iersTableName, iersTableFormat);
     finalsTable = psVectorsReadFromFile(finalsTableName, finalsTableFormat);
-    psFree(tableFormat);
-    psFree(iersTableFormat);
-    psFree(finalsTableFormat);
-    psFree(xTableName);
-    psFree(yTableName);
-    psFree(sTableName);
-    psFree(finalsTableName);
-    psFree(iersTableName);
 
     if(xTable == NULL || yTable == NULL || sTable == NULL) {
@@ -235,7 +227,4 @@
     memcpy(sPoly->coeff, sCoeff->data.F64,PSELEMTYPE_SIZEOF(PS_TYPE_F64)*sCoeff->n);
 
-    psFree(xCoeff);
-    psFree(yCoeff);
-    psFree(sCoeff);
     psFree(eocMetadata);
 
