Changeset 5613
- Timestamp:
- Jul 4, 2017 12:13:24 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_transaction.c
r5593 r5613 1849 1849 *cont = PJ_FALSE; 1850 1850 1851 /* Decrease pending send counter */ 1852 pj_grp_lock_dec_ref(tsx->grp_lock); 1851 /* Decrease pending send counter, but only if the transaction layer 1852 * hasn't been shutdown. 1853 */ 1854 if (mod_tsx_layer.mod.id >= 0) 1855 pj_grp_lock_dec_ref(tsx->grp_lock); 1856 1853 1857 return; 1854 1858 }
Note: See TracChangeset
for help on using the changeset viewer.