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_transaction.c

    r756 r815  
    675675    pjsip_endpt_release_pool(mod_tsx_layer.endpt, mod_tsx_layer.pool); 
    676676 
     677    /* Free TLS */ 
     678    pj_thread_local_free(pjsip_tsx_lock_tls_id); 
     679 
    677680    /* Mark as unregistered. */ 
    678681    mod_tsx_layer.endpt = NULL; 
Note: See TracChangeset for help on using the changeset viewer.