diff options
-rw-r--r-- | widgets/table/e-table-without.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-table-without.c b/widgets/table/e-table-without.c index 148ee5506b..06d3f86098 100644 --- a/widgets/table/e-table-without.c +++ b/widgets/table/e-table-without.c @@ -115,6 +115,8 @@ etw_destroy (GtkObject *object) etw->priv = NULL; } + if (GTK_OBJECT_CLASS (parent_class)->destroy) + (* GTK_OBJECT_CLASS (parent_class)->destroy) (object); } static void |