mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-26 11:47:53 +00:00
FS-4796 --resolve
This commit is contained in:
parent
14c4f66612
commit
8e3f6d21f9
@ -1502,6 +1502,10 @@ static void our_sofia_event_callback(nua_event_t event,
|
|||||||
nua_handle_bind(nh, NULL);
|
nua_handle_bind(nh, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (tech_pvt && (tech_pvt->nh == nh)) {
|
||||||
|
tech_pvt->nh = NULL;
|
||||||
|
}
|
||||||
|
|
||||||
nua_handle_destroy(nh);
|
nua_handle_destroy(nh);
|
||||||
nh = NULL;
|
nh = NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user