aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-sort-info.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-sort-info.c')
-rw-r--r--widgets/table/e-table-sort-info.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-table-sort-info.c b/widgets/table/e-table-sort-info.c
index bc4cf16f39..32477cbf4b 100644
--- a/widgets/table/e-table-sort-info.c
+++ b/widgets/table/e-table-sort-info.c
@@ -43,6 +43,8 @@ etsi_destroy (GtkObject *object)
g_free(etsi->groupings);
if (etsi->sortings)
g_free(etsi->sortings);
+
+ GTK_OBJECT_CLASS (e_table_sort_info_parent_class)->destroy (object);
}
static void