diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-20 18:09:17 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-20 18:09:17 +0800 |
commit | de76891229c4f9cbe26d41a21a2e207c1b59ad90 (patch) | |
tree | ad2970f906f8ee0048b5e756cc500eb812d4f44b /libempathy | |
parent | 288ba5d42d747586f9cacf7b3b02e268545a8f4e (diff) | |
download | gsoc2013-empathy-de76891229c4f9cbe26d41a21a2e207c1b59ad90.tar gsoc2013-empathy-de76891229c4f9cbe26d41a21a2e207c1b59ad90.tar.gz gsoc2013-empathy-de76891229c4f9cbe26d41a21a2e207c1b59ad90.tar.bz2 gsoc2013-empathy-de76891229c4f9cbe26d41a21a2e207c1b59ad90.tar.lz gsoc2013-empathy-de76891229c4f9cbe26d41a21a2e207c1b59ad90.tar.xz gsoc2013-empathy-de76891229c4f9cbe26d41a21a2e207c1b59ad90.tar.zst gsoc2013-empathy-de76891229c4f9cbe26d41a21a2e207c1b59ad90.zip |
Do not unref account from empathy_contact_get_account()
svn path=/trunk/; revision=1001
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-tp-tube.c | 1 |
1 files changed, 0 insertions, 1 deletions
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, |