diff options
-rw-r--r-- | libempathy-gtk/empathy-chat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index c1251121e..0064f1c0b 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); } |