Index: /trunk/psLib/src/collections/psList.c
===================================================================
--- /trunk/psLib/src/collections/psList.c	(revision 929)
+++ /trunk/psLib/src/collections/psList.c	(revision 930)
@@ -6,6 +6,6 @@
  *  @author Robert Daniel DeSonia, MHPCC
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-08 19:08:40 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-08 20:08:06 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -258,5 +258,5 @@
     data = elem->data;
     listElemFree(elem);
-    return psMemDecrRefCounter(data);
+    return data;
 }
 
Index: /trunk/psLib/src/types/psList.c
===================================================================
--- /trunk/psLib/src/types/psList.c	(revision 929)
+++ /trunk/psLib/src/types/psList.c	(revision 930)
@@ -6,6 +6,6 @@
  *  @author Robert Daniel DeSonia, MHPCC
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-08 19:08:40 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-08 20:08:06 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -258,5 +258,5 @@
     data = elem->data;
     listElemFree(elem);
-    return psMemDecrRefCounter(data);
+    return data;
 }
 
