From cdd5734d839882e04957030bd7af6d00be8f88ce Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 14 Jul 2008 09:26:03 +0000 Subject: Merge branch 'leak' svn path=/trunk/; revision=1227 --- src/empathy.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/empathy.c') diff --git a/src/empathy.c b/src/empathy.c index 5851d41ac..89b22b884 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -100,6 +100,8 @@ dispatch_channel_cb (EmpathyDispatcher *dispatcher, else if (!tp_strdiff (channel_type, TP_IFACE_CHANNEL_TYPE_STREAMED_MEDIA)) { empathy_call_window_new (channel); } + + g_free (channel_type); } static void -- cgit v1.2.3