- Timestamp:
- Oct 2, 2014 2:45:33 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_transaction.c
r4933 r4937 2166 2166 pj_grp_lock_acquire(tsx->grp_lock); 2167 2167 if (tdata == NULL) { 2168 pjsip_tx_data_add_ref(tdata);2169 2168 tdata = tsx->last_tx; 2169 pjsip_tx_data_add_ref(tdata); 2170 2170 } 2171 2171 status = tsx_send_msg(tsx, tdata);
Note: See TracChangeset
for help on using the changeset viewer.