From 755b880c45e75c072eaaa93007495b751515677b Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 23 Sep 2013 17:02:43 +0100 Subject: HazeIMChannel: chain up properly in dispose Bug: https://bugs.freedesktop.org/show_bug.cgi?id=31723 Reviewed-by: Guillaume Desmottes --- src/im-channel.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1