From: Anthony Minessale Date: Wed, 13 Jul 2011 15:37:32 +0000 (-0500) Subject: FS-3386 this is probably relevant, try this revision X-Git-Tag: v1.2-rc1~108^2^2~23^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e339b549e014f30c5de256cf2b3ba94a91bb06e3;p=thirdparty%2Ffreeswitch.git FS-3386 this is probably relevant, try this revision --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 6823acf133..81a04792b5 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -7819,7 +7819,7 @@ void sofia_handle_sip_i_invite(nua_t *nua, sofia_profile_t *profile, nua_handle_ tech_pvt->sofia_private = sofia_private; - tech_pvt->nh = nua_handle_ref(nh); + tech_pvt->nh = nh; if (profile->pres_type && sofia_test_pflag(profile, PFLAG_IN_DIALOG_CHAT)) { sofia_presence_set_chat_hash(tech_pvt, sip);