diff options
Diffstat (limited to 'src/empathy.c')
-rw-r--r-- | src/empathy.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/empathy.c b/src/empathy.c index 5fef07072..539d84db9 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -683,6 +683,9 @@ account_manager_ready_cb (GObject *source_object, { maybe_show_account_assistant (); } + + g_object_unref (idle); + g_object_unref (connectivity); } static EmpathyDispatcher * |