aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-call.c
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-01-10 00:15:24 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-10 00:15:24 +0800
commit0e114008b2603eb4dcceb180d5da896eb19be97d (patch)
tree9e2b53df2362446113cf4e6fbf947c722a59a007 /libempathy/empathy-tp-call.c
parent2f64945c0d6bef54f79ba32b8c2a6be692a31bb5 (diff)
downloadgsoc2013-empathy-0e114008b2603eb4dcceb180d5da896eb19be97d.tar
gsoc2013-empathy-0e114008b2603eb4dcceb180d5da896eb19be97d.tar.gz
gsoc2013-empathy-0e114008b2603eb4dcceb180d5da896eb19be97d.tar.bz2
gsoc2013-empathy-0e114008b2603eb4dcceb180d5da896eb19be97d.tar.lz
gsoc2013-empathy-0e114008b2603eb4dcceb180d5da896eb19be97d.tar.xz
gsoc2013-empathy-0e114008b2603eb4dcceb180d5da896eb19be97d.tar.zst
gsoc2013-empathy-0e114008b2603eb4dcceb180d5da896eb19be97d.zip
Don't unref the TpGroup twice
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2187
Diffstat (limited to 'libempathy/empathy-tp-call.c')
-rw-r--r--libempathy/empathy-tp-call.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-call.c b/libempathy/empathy-tp-call.c
index 65c09ce65..b4b723f58 100644
--- a/libempathy/empathy-tp-call.c
+++ b/libempathy/empathy-tp-call.c
@@ -487,7 +487,6 @@ tp_call_finalize (GObject *object)
g_slice_free (EmpathyTpCallStream, priv->audio);
g_slice_free (EmpathyTpCallStream, priv->video);
- g_object_unref (priv->group);
if (priv->group != NULL)
g_object_unref (priv->group);