summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/im-channel.c2
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