From e9bd546cbe64b86b61308a713b520bddba1ef247 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 8 Aug 2001 10:57:26 +0000 Subject: Call the super-class destroy function when done. 2001-08-08 Not Zed * e-table-sort-info.c (etsi_destroy): Call the super-class destroy function when done. svn path=/trunk/; revision=11782 --- widgets/table/e-table-sort-info.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'widgets/table/e-table-sort-info.c') 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 -- cgit v1.2.3