Index: trunk/psLib/src/astro/psTime.c
===================================================================
--- trunk/psLib/src/astro/psTime.c	(revision 6536)
+++ trunk/psLib/src/astro/psTime.c	(revision 7300)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.82 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-03-07 04:20:10 $
+ *  @version $Revision: 1.83 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-02 21:33:33 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -1757,7 +1757,9 @@
 static void psTimerFree ()
 {
-
-    psFree (timers);
     p_psTimeFinalize();
+    psFree(timers);
+    timers = NULL;
+    timerName[0] = '\0';
+
     return;
 }
