telepathy-haze: HazeIMChannel: chain up properly in dispose

Simon McVittie smcv at kemper.freedesktop.org
Tue Sep 24 04:13:35 PDT 2013


Module: telepathy-haze
Branch: master
Commit: 755b880c45e75c072eaaa93007495b751515677b
URL:    http://cgit.freedesktop.org/telepathy/telepathy-haze/commit/?id=755b880c45e75c072eaaa93007495b751515677b

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Mon Sep 23 17:02:43 2013 +0100

HazeIMChannel: chain up properly in dispose

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=31723
Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>

---

 src/im-channel.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/im-channel.c b/src/im-channel.c
index d374491..b6f3653 100644
--- a/src/im-channel.c
+++ b/src/im-channel.c
@@ -609,6 +609,8 @@ haze_im_channel_dispose (GObject *obj)
 
     g_free (priv->object_path);
     tp_message_mixin_finalize (obj);
+
+    G_OBJECT_CLASS (haze_im_channel_parent_class)->dispose (obj);
 }
 
 static void



More information about the telepathy-commits mailing list