Changeset 839
- Timestamp:
- Jun 2, 2004, 5:00:17 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
sys/psMemory.c (modified) (2 diffs)
-
sysUtils/psMemory.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psMemory.c
r830 r839 8 8 * @author Robert Lupton, Princeton University 9 9 * 10 * @version $Revision: 1.2 0$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-06-0 2 20:03:22$10 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-06-03 03:00:17 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 498 498 pthread_mutex_unlock(&memBlockListMutex); 499 499 500 pthread_mutex_destroy(&ptr->refCounterMutex); 501 500 502 free(ptr); 501 503 -
trunk/psLib/src/sysUtils/psMemory.c
r830 r839 8 8 * @author Robert Lupton, Princeton University 9 9 * 10 * @version $Revision: 1.2 0$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-06-0 2 20:03:22$10 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-06-03 03:00:17 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 498 498 pthread_mutex_unlock(&memBlockListMutex); 499 499 500 pthread_mutex_destroy(&ptr->refCounterMutex); 501 500 502 free(ptr); 501 503
Note:
See TracChangeset
for help on using the changeset viewer.
