1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-20 10:26:51 +00:00

FS-4796 --resolve

This commit is contained in:
Anthony Minessale 2012-11-06 08:51:33 -06:00
parent 14c4f66612
commit 8e3f6d21f9

@ -1502,6 +1502,10 @@ static void our_sofia_event_callback(nua_event_t event,
nua_handle_bind(nh, NULL);
}
if (tech_pvt && (tech_pvt->nh == nh)) {
tech_pvt->nh = NULL;
}
nua_handle_destroy(nh);
nh = NULL;
}