IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 2, 2004, 5:00:17 PM (22 years ago)
Author:
desonia
Message:

added a missed mutex destroy for refCounterMutex in psMemDecrRefCounter().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psMemory.c

    r830 r839  
    88 *  @author Robert Lupton, Princeton University
    99 *
    10  *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2004-06-02 20:03:22 $
     10 *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2004-06-03 03:00:17 $
    1212 *
    1313 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    498498        pthread_mutex_unlock(&memBlockListMutex);
    499499
     500        pthread_mutex_destroy(&ptr->refCounterMutex);
     501
    500502        free(ptr);
    501503
Note: See TracChangeset for help on using the changeset viewer.