Changeset 4454
- Timestamp:
- Mar 29, 2013 4:55:43 AM (12 years ago)
- Location:
- pjproject/trunk/pjsip/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_transport.c
r4295 r4454 1507 1507 pj_atomic_get(mgr->tdata_counter))); 1508 1508 } 1509 1510 pj_atomic_destroy(mgr->tdata_counter); 1509 1511 #endif 1510 1512 -
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_core.c
r4370 r4454 1637 1637 pjsua_var.mutex = NULL; 1638 1638 } 1639 1640 if (pjsua_var.timer_mutex) { 1641 pj_mutex_destroy(pjsua_var.timer_mutex); 1642 pjsua_var.timer_mutex = NULL; 1643 } 1639 1644 1640 1645 /* Destroy pool and pool factory. */
Note: See TracChangeset
for help on using the changeset viewer.