Index: trunk/psLib/src/fits/psFitsTable.c
===================================================================
--- trunk/psLib/src/fits/psFitsTable.c	(revision 7234)
+++ trunk/psLib/src/fits/psFitsTable.c	(revision 7300)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-05-27 02:01:23 $
+ *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-02 21:33:34 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -909,4 +909,7 @@
 
     //create list of column names and types.
+    if (columns->n > 0) {  // If we're going decrement columns->n (why?), at least free the memory
+        psFree(columns->data[columns->n - 1]);
+    }
     columns->n--;
     psArray* columnNames = psArrayAlloc(columns->n);
