From aa4d0fec938920c1eccfaf4ae3f880fd1e33645e Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Sun, 8 Jun 2008 01:34:17 +0000 Subject: [PATCH] fix leak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8787 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_sofia/sofia_presence.c | 1 + 1 file changed, 1 insertion(+) 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: