From: Anthony Minessale Date: Sun, 8 Jun 2008 01:34:17 +0000 (+0000) Subject: fix leak X-Git-Tag: v1.0.1~376 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa4d0fec938920c1eccfaf4ae3f880fd1e33645e;p=thirdparty%2Ffreeswitch.git fix leak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8787 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c index 0e17b12b7e..7493424b9c 100644 --- a/src/mod/endpoints/mod_sofia/sofia_presence.c +++ b/src/mod/endpoints/mod_sofia/sofia_presence.c @@ -427,6 +427,7 @@ static void actual_sofia_presence_event_handler(switch_event_t *event) } switch_safe_free(user); + switch_safe_free(probe_user); } return; case SWITCH_EVENT_PRESENCE_IN: