From 725a121086a7e0c4131d229fdedb83b11cb8187f Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 16 Oct 2014 14:39:59 -0500 Subject: [PATCH] revert cff5209ca3582994dae1353372e2f91b345ab959 --- src/mod/endpoints/mod_sofia/sofia.c | 2 -- 1 file changed, 2 deletions(-) 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; }