Changeset 4726
- Timestamp:
- Feb 4, 2014 4:56:50 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_transport_tls.c
r4661 r4726 216 216 217 217 /* check again */ 218 if (tls->base.is_shutdown || tls->base.is_destroying) 218 if (tls->base.is_shutdown || tls->base.is_destroying) { 219 pjsip_transport_dec_ref(&tls->base); 219 220 return; 221 } 220 222 221 223 /* We can not destroy the transport since high level objects may
Note: See TracChangeset
for help on using the changeset viewer.