mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-23 04:14:47 +00:00
fix evil send myself a refer bug FSCORE-350
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13237 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
e4e64147fd
commit
4209680877
@ -554,6 +554,10 @@ void sofia_event_callback(nua_event_t event,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (sofia_private && sofia_private->destroy_me) {
|
if (sofia_private && sofia_private->destroy_me) {
|
||||||
|
if (tech_pvt) {
|
||||||
|
tech_pvt->sofia_private = NULL;
|
||||||
|
}
|
||||||
|
|
||||||
if (nh) {
|
if (nh) {
|
||||||
nua_handle_bind(nh, NULL);
|
nua_handle_bind(nh, NULL);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user