diff options
Diffstat (limited to 'libempathy/empathy-chatroom-manager.c')
-rw-r--r-- | libempathy/empathy-chatroom-manager.c | 1 |
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 |