Changeset 5573 for pjproject/trunk/pjsip/src/pjsip/sip_ua_layer.c
- Timestamp:
- Mar 29, 2017 2:40:48 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_ua_layer.c
r5456 r5573 552 552 553 553 /* Lookup the INVITE transaction */ 554 tsx = pjsip_tsx_layer_find_tsx (&key, PJ_TRUE);554 tsx = pjsip_tsx_layer_find_tsx2(&key, PJ_TRUE); 555 555 556 556 /* We should find the dialog attached to the INVITE transaction */ 557 557 if (tsx) { 558 558 dlg = (pjsip_dialog*) tsx->mod_data[mod_ua.mod.id]; 559 pj_grp_lock_ release(tsx->grp_lock);559 pj_grp_lock_dec_ref(tsx->grp_lock); 560 560 561 561 /* Dlg may be NULL on some extreme condition
Note: See TracChangeset
for help on using the changeset viewer.