Index: trunk/psLib/src/fits/psFits.c
===================================================================
--- trunk/psLib/src/fits/psFits.c	(revision 3264)
+++ trunk/psLib/src/fits/psFits.c	(revision 3298)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-17 19:26:24 $
+ *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-02-22 19:25:52 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -1496,5 +1496,5 @@
                     }
                     if (! found) {
-                        psArrayAdd(columns, columns->nalloc, psMemIncrRefCounter(item));
+                        psArrayAdd(columns, columns->nalloc, item);
                     }
                 }
