]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-chatroom.c
include telepathy-glib.h
[empathy.git] / libempathy / empathy-chatroom.c
index 7e060766f812ee00ee7e7d33fccd23900bef9fde..bfa3280de7b90457590d189f1814b6d520d97b3b 100644 (file)
@@ -24,7 +24,6 @@
 #include <string.h>
 
 #include <glib.h>
-#include <telepathy-glib/util.h>
 
 #include "empathy-chatroom.h"
 #include "empathy-utils.h"
@@ -213,6 +212,7 @@ chatroom_finalize (GObject *object)
        g_object_unref (priv->account);
        g_free (priv->room);
        g_free (priv->name);
+       g_free (priv->subject);
 
        (G_OBJECT_CLASS (empathy_chatroom_parent_class)->finalize) (object);
 }