diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-01-10 00:15:27 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-10 00:15:27 +0800 |
commit | eba71b838f543c7dd9390e74911526cf3d48fa26 (patch) | |
tree | 45def98b25cf84c2defd71c79bdb6c00d8137cb5 /libempathy/empathy-utils.c | |
parent | 0e114008b2603eb4dcceb180d5da896eb19be97d (diff) | |
download | gsoc2013-empathy-eba71b838f543c7dd9390e74911526cf3d48fa26.tar gsoc2013-empathy-eba71b838f543c7dd9390e74911526cf3d48fa26.tar.gz gsoc2013-empathy-eba71b838f543c7dd9390e74911526cf3d48fa26.tar.bz2 gsoc2013-empathy-eba71b838f543c7dd9390e74911526cf3d48fa26.tar.lz gsoc2013-empathy-eba71b838f543c7dd9390e74911526cf3d48fa26.tar.xz gsoc2013-empathy-eba71b838f543c7dd9390e74911526cf3d48fa26.tar.zst gsoc2013-empathy-eba71b838f543c7dd9390e74911526cf3d48fa26.zip |
Make the dispatch operation _get_ functions not return a ref
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2188
Diffstat (limited to 'libempathy/empathy-utils.c')
-rw-r--r-- | libempathy/empathy-utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 754526608..4fc12085a 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -470,8 +470,6 @@ empathy_call_request_cb (EmpathyDispatchOperation *operation, empathy_dispatch_operation_get_channel_wrapper (operation)); empathy_tp_call_to (call, contact); - - g_object_unref (call); } g_object_unref (contact); |