empathy r2756 - trunk/libempathy-gtk



Author: xclaesse
Date: Fri Apr  3 12:49:47 2009
New Revision: 2756
URL: http://svn.gnome.org/viewvc/empathy?rev=2756&view=rev

Log:
Free completion. Fixes bug #577828

From: Xavier Claessens <xclaesse gmail com>

Modified:
   trunk/libempathy-gtk/empathy-chat.c

Modified: trunk/libempathy-gtk/empathy-chat.c
==============================================================================
--- trunk/libempathy-gtk/empathy-chat.c	(original)
+++ trunk/libempathy-gtk/empathy-chat.c	Fri Apr  3 12:49:47 2009
@@ -1448,6 +1448,7 @@
 	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);
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]