]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix leak
authorAnthony Minessale <anthony.minessale@gmail.com>
Sun, 8 Jun 2008 01:34:17 +0000 (01:34 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sun, 8 Jun 2008 01:34:17 +0000 (01:34 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8787 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia_presence.c

index 0e17b12b7ee73ab25b20cdaac590eb87a736a464..7493424b9c470413ae4117f4be2b82651c5acd70 100644 (file)
@@ -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: