FS-4796 --resolve

This commit is contained in:
Anthony Minessale 2012-11-06 08:51:33 -06:00
parent 14c4f66612
commit 8e3f6d21f9
1 changed files with 4 additions and 0 deletions

View File

@ -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;
}