diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-02-11 19:20:04 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-02-11 19:20:04 +0800 |
commit | b9a03b13e7dd8ef685362a3fbf8e09497f3f15b6 (patch) | |
tree | af74ded3ec59748114e7a15657d017679f1c0fb0 | |
parent | 3c1479077106c5afb4791f7c5f21574d737f4bf6 (diff) | |
download | gsoc2013-empathy-b9a03b13e7dd8ef685362a3fbf8e09497f3f15b6.tar gsoc2013-empathy-b9a03b13e7dd8ef685362a3fbf8e09497f3f15b6.tar.gz gsoc2013-empathy-b9a03b13e7dd8ef685362a3fbf8e09497f3f15b6.tar.bz2 gsoc2013-empathy-b9a03b13e7dd8ef685362a3fbf8e09497f3f15b6.tar.lz gsoc2013-empathy-b9a03b13e7dd8ef685362a3fbf8e09497f3f15b6.tar.xz gsoc2013-empathy-b9a03b13e7dd8ef685362a3fbf8e09497f3f15b6.tar.zst gsoc2013-empathy-b9a03b13e7dd8ef685362a3fbf8e09497f3f15b6.zip |
do_show_accounts_ui: don't unref the EmpathyConnectionManagers
We already unref it once the async callback is done.
-rw-r--r-- | src/empathy.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/empathy.c b/src/empathy.c index b52079090..197e80194 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -378,8 +378,6 @@ do_show_accounts_ui (GtkWindow *window, empathy_connection_managers_prepare_async (cm_mgr, connection_managers_prepare_for_accounts, NULL); - - g_object_unref (cm_mgr); } } |