From aec5df6844cac231cd60146e70f6e2e341973e7b Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 23 Sep 2013 17:02:43 +0100 Subject: [PATCH 17/19] HazeIMChannel: chain up properly in dispose --- src/im-channel.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/im-channel.c b/src/im-channel.c index 743eb9b..f74004d 100644 --- a/src/im-channel.c +++ b/src/im-channel.c @@ -608,6 +608,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 -- 1.8.4.rc3