From: Anthony Minessale Date: Fri, 2 Mar 2012 17:51:32 +0000 (-0600) Subject: FS-3955 --resolve X-Git-Tag: v1.2-rc1~19^2^2~68^2~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29d036799b76b8bac49598a09db4b4cd2c54ada4;p=thirdparty%2Ffreeswitch.git FS-3955 --resolve --- diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c index e8440eb647..7700674243 100644 --- a/src/mod/endpoints/mod_sofia/sofia_presence.c +++ b/src/mod/endpoints/mod_sofia/sofia_presence.c @@ -2015,6 +2015,7 @@ static void _send_presence_notify(sofia_profile_t *profile, sofia_glue_free_destination(dst); switch_safe_free(user_via); switch_safe_free(o_contact_dup); + switch_safe_free(our_contact_dup); }