mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
[mod_sofia] Calling direct _unref() functions in sofia_event_callback() is unsafe.
This commit is contained in:
parent
9b91e82fa8
commit
65d0665a95
@ -2581,8 +2581,8 @@ void sofia_event_callback(nua_event_t event,
|
||||
profile->queued_events--;
|
||||
switch_mutex_unlock(profile->flag_mutex);
|
||||
|
||||
nua_handle_unref(nh);
|
||||
nua_unref(nua);
|
||||
nua_handle_unref_user(nh);
|
||||
nua_unref_user(nua);
|
||||
|
||||
goto end;
|
||||
}
|
||||
@ -2619,8 +2619,8 @@ void sofia_event_callback(nua_event_t event,
|
||||
profile->queued_events--;
|
||||
switch_mutex_unlock(profile->flag_mutex);
|
||||
|
||||
nua_handle_unref(nh);
|
||||
nua_unref(nua);
|
||||
nua_handle_unref_user(nh);
|
||||
nua_unref_user(nua);
|
||||
|
||||
goto end;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user