aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-17 17:54:08 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-17 21:47:39 +0800
commit382bb4914eb08c7c1472350633b1fe91bba50c05 (patch)
tree924bcf8e1d5448f714940b57da6f32f8229a5894 /libempathy
parentde93890f23fa987bcd5d78b6833dedbee7537eb8 (diff)
downloadgsoc2013-empathy-382bb4914eb08c7c1472350633b1fe91bba50c05.tar
gsoc2013-empathy-382bb4914eb08c7c1472350633b1fe91bba50c05.tar.gz
gsoc2013-empathy-382bb4914eb08c7c1472350633b1fe91bba50c05.tar.bz2
gsoc2013-empathy-382bb4914eb08c7c1472350633b1fe91bba50c05.tar.lz
gsoc2013-empathy-382bb4914eb08c7c1472350633b1fe91bba50c05.tar.xz
gsoc2013-empathy-382bb4914eb08c7c1472350633b1fe91bba50c05.tar.zst
gsoc2013-empathy-382bb4914eb08c7c1472350633b1fe91bba50c05.zip
chatroom_manager_parse_chatroom: don't leak chatroom
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-chatroom-manager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-chatroom-manager.c b/libempathy/empathy-chatroom-manager.c
index 10b74d22a..aea8684a5 100644
--- a/libempathy/empathy-chatroom-manager.c
+++ b/libempathy/empathy-chatroom-manager.c
@@ -279,6 +279,7 @@ chatroom_manager_parse_chatroom (EmpathyChatroomManager *manager,
g_free (name);
g_free (room);
g_free (account_id);
+ g_object_unref (chatroom);
}
static gboolean