Index: trunk/psLib/src/sys/psMemory.c
===================================================================
--- trunk/psLib/src/sys/psMemory.c	(revision 830)
+++ trunk/psLib/src/sys/psMemory.c	(revision 839)
@@ -8,6 +8,6 @@
  *  @author Robert Lupton, Princeton University
  *
- *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-02 20:03:22 $
+ *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-03 03:00:17 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -498,4 +498,6 @@
         pthread_mutex_unlock(&memBlockListMutex);
 
+        pthread_mutex_destroy(&ptr->refCounterMutex);
+
         free(ptr);
 
