From de76891229c4f9cbe26d41a21a2e207c1b59ad90 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sun, 20 Apr 2008 10:09:17 +0000 Subject: Do not unref account from empathy_contact_get_account() svn path=/trunk/; revision=1001 --- libempathy/empathy-tp-tube.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libempathy/empathy-tp-tube.c b/libempathy/empathy-tp-tube.c index a061f0712..38f00cbda 100644 --- a/libempathy/empathy-tp-tube.c +++ b/libempathy/empathy-tp-tube.c @@ -391,7 +391,6 @@ empathy_tp_tube_new_stream_tube (EmpathyContact *contact, mc = empathy_mission_control_new (); account = empathy_contact_get_account (contact); connection = mission_control_get_tpconnection (mc, account, NULL); - g_object_unref (account); g_object_unref (mc); if (!tp_cli_connection_run_request_channel (connection, -1, -- cgit v1.2.3