From 4cf5e56bedf7a47778e5ac07fef30f83edcc2d45 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 3 Apr 2009 12:49:47 +0000 Subject: [PATCH] Free completion. Fixes bug #577828 From: Xavier Claessens svn path=/trunk/; revision=2756 --- libempathy-gtk/empathy-chat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index c1251121..0064f1c0 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -1448,6 +1448,7 @@ chat_finalize (GObject *object) g_free (priv->id); g_free (priv->name); g_free (priv->subject); + g_completion_free (priv->completion); G_OBJECT_CLASS (empathy_chat_parent_class)->finalize (object); } -- 2.39.2