Ignore:
Timestamp:
Jul 5, 2012 7:02:50 AM (12 years ago)
Author:
bennylp
Message:

Re #1548: Crash due to racing condition in timer when call is disconnected quickly (thanks Joshua Colp for the report!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c

    r4182 r4196  
    518518    pjsua_call *call = NULL; 
    519519    pjsip_dialog *dlg = NULL; 
     520 
     521    if (call_med->call == NULL) 
     522        return; 
    520523 
    521524    acquire_call("med_tp_timer_cb", call_med->call->index, &call, &dlg); 
Note: See TracChangeset for help on using the changeset viewer.