aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libempathy-gtk/gossip-chat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/gossip-chat.c b/libempathy-gtk/gossip-chat.c
index f67c029be..ad8af12a5 100644
--- a/libempathy-gtk/gossip-chat.c
+++ b/libempathy-gtk/gossip-chat.c
@@ -275,6 +275,8 @@ chat_finalize (GObject *object)
g_object_unref (priv->tp_chat);
}
+ g_free (priv->id);
+
G_OBJECT_CLASS (gossip_chat_parent_class)->finalize (object);
}