aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-list.c')
-rw-r--r--e-util/e-list.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/e-list.c b/e-util/e-list.c
index f501be5ae5..64ccea728c 100644
--- a/e-util/e-list.c
+++ b/e-util/e-list.c
@@ -172,5 +172,8 @@ e_list_destroy (GtkObject *object)
EList *list = E_LIST(object);
g_list_foreach(list->list, (GFunc) list->free, list->closure);
g_list_free(list->list);
+
+ if (GTK_OBJECT_CLASS (parent_class)->destroy)
+ (* GTK_OBJECT_CLASS (parent_class)->destroy) (object);
}