From: Anthony Minessale Date: Thu, 16 Oct 2014 19:39:59 +0000 (-0500) Subject: revert cff5209ca3582994dae1353372e2f91b345ab959 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=725a121086a7e0c4131d229fdedb83b11cb8187f;p=thirdparty%2Ffreeswitch.git revert cff5209ca3582994dae1353372e2f91b345ab959 --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 9f833c0373..6040ec0056 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -8123,8 +8123,6 @@ void sofia_handle_sip_i_invite(switch_core_session_t *session, nua_t *nua, sofia switch_xml_free(x_user); } - nua_handle_destroy(nh); - if (sip->sip_authorization || sip->sip_proxy_authorization) { goto fail; }