Ignore:
Timestamp:
Nov 21, 2006 12:39:31 PM (17 years ago)
Author:
bennylp
Message:

Fixed handles leak upon program exit, by introducing pj_shutdown() and pj_atexit(). Also fixed handle leaks in SIP transaction layer and SIP endpoint.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_endpoint.c

    r810 r815  
    581581    /* Delete endpoint mutex. */ 
    582582    pj_mutex_destroy(endpt->mutex); 
     583 
     584    /* Delete module's mutex */ 
     585    pj_rwmutex_destroy(endpt->mod_mutex); 
    583586 
    584587    /* Finally destroy pool. */ 
Note: See TracChangeset for help on using the changeset viewer.