Changeset 5177
- Timestamp:
- Sep 11, 2015 9:40:11 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip-simple/evsub.c
r4969 r5177 628 628 629 629 pjsip_dlg_inc_lock(sub->dlg); 630 631 /* If this timer entry has just been rescheduled or cancelled 632 * while waiting for dialog mutex, just return (see #1885 scenario 1). 633 */ 634 if (pj_timer_entry_running(entry) || entry->id == TIMER_TYPE_NONE) { 635 pjsip_dlg_dec_lock(sub->dlg); 636 return; 637 } 630 638 631 639 timer_id = entry->id;
Note: See TracChangeset
for help on using the changeset viewer.