aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ido-detail-label.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ido-detail-label.c b/src/ido-detail-label.c
index 5bfe884..2b996c9 100644
--- a/src/ido-detail-label.c
+++ b/src/ido-detail-label.c
@@ -84,6 +84,8 @@ ido_detail_label_finalize (GObject *object)
IdoDetailLabelPrivate *priv = IDO_DETAIL_LABEL (object)->priv;
g_free (priv->text);
+
+ G_OBJECT_CLASS (ido_detail_label_parent_class)->finalize (object);
}
static void
@@ -92,6 +94,8 @@ ido_detail_label_dispose (GObject *object)
IdoDetailLabelPrivate *priv = IDO_DETAIL_LABEL (object)->priv;
g_clear_object (&priv->layout);
+
+ G_OBJECT_CLASS (ido_detail_label_parent_class)->dispose (object);
}
static void