Changeset 4661 for pjproject/trunk/pjsip/src/pjsip/sip_transport_tcp.c
- Timestamp:
- Nov 29, 2013 12:33:05 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_transport_tcp.c
r4537 r4661 177 177 tcp->close_reason = status; 178 178 179 if (tcp->base.is_shutdown )179 if (tcp->base.is_shutdown || tcp->base.is_destroying) 180 180 return; 181 181 … … 195 195 (*state_cb)(&tcp->base, PJSIP_TP_STATE_DISCONNECTED, &state_info); 196 196 } 197 198 /* check again */ 199 if (tcp->base.is_shutdown || tcp->base.is_destroying) 200 return; 197 201 198 202 /* We can not destroy the transport since high level objects may
Note: See TracChangeset
for help on using the changeset viewer.