empathy r2756 - trunk/libempathy-gtk
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r2756 - trunk/libempathy-gtk
- Date: Fri, 3 Apr 2009 12:49:47 +0000 (UTC)
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]