Changeset 3084
- Timestamp:
- Jan 29, 2010 10:00:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_transaction.c
r3071 r3084 1132 1132 * http://trac.pjsip.org/repos/ticket/1033) 1133 1133 */ 1134 tsx->pending_tx->mod_data[mod_tsx_layer.mod.id] = NULL; 1135 tsx->pending_tx = NULL; 1134 if (tsx->pending_tx) { 1135 tsx->pending_tx->mod_data[mod_tsx_layer.mod.id] = NULL; 1136 tsx->pending_tx = NULL; 1137 } 1136 1138 tsx->transport_flag &= ~(TSX_HAS_PENDING_TRANSPORT); 1137 1139 }
Note: See TracChangeset
for help on using the changeset viewer.