diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-09-23 17:02:43 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-09-24 12:05:37 +0100 |
commit | 755b880c45e75c072eaaa93007495b751515677b (patch) | |
tree | 899ac92a99da27e00a46975950351d1898eed305 | |
parent | 8e34a2952f3c45669580f3ab410a4283dbad1e93 (diff) |
HazeIMChannel: chain up properly in dispose
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=31723
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
-rw-r--r-- | 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 |