aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2009-01-07 00:46:32 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-07 00:46:32 +0800
commit3c254d8497336973e7a5a624081ffb0d7dcbea8b (patch)
tree409f28c963891da3dc1fc9a12159960cbe5796f9 /libempathy-gtk/empathy-chat.c
parent132128da9d8b9e14aae3495791cc508d1899aab4 (diff)
downloadgsoc2013-empathy-3c254d8497336973e7a5a624081ffb0d7dcbea8b.tar
gsoc2013-empathy-3c254d8497336973e7a5a624081ffb0d7dcbea8b.tar.gz
gsoc2013-empathy-3c254d8497336973e7a5a624081ffb0d7dcbea8b.tar.bz2
gsoc2013-empathy-3c254d8497336973e7a5a624081ffb0d7dcbea8b.tar.lz
gsoc2013-empathy-3c254d8497336973e7a5a624081ffb0d7dcbea8b.tar.xz
gsoc2013-empathy-3c254d8497336973e7a5a624081ffb0d7dcbea8b.tar.zst
gsoc2013-empathy-3c254d8497336973e7a5a624081ffb0d7dcbea8b.zip
Unref the object.
svn path=/trunk/; revision=2035
Diffstat (limited to 'libempathy-gtk/empathy-chat.c')
-rw-r--r--libempathy-gtk/empathy-chat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c
index c29bf31a4..35b91f876 100644
--- a/libempathy-gtk/empathy-chat.c
+++ b/libempathy-gtk/empathy-chat.c
@@ -192,6 +192,7 @@ chat_connection_changed_cb (EmpathyAccountManager *manager,
priv->id, TRUE,
NULL, NULL, NULL, NULL);
g_object_unref (connection);
+ g_object_unref (mc);
}
}