aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--widgets/table/e-table-state.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/widgets/table/e-table-state.c b/widgets/table/e-table-state.c
index fa846d6517..5ac78b2ea4 100644
--- a/widgets/table/e-table-state.c
+++ b/widgets/table/e-table-state.c
@@ -55,6 +55,11 @@ etst_destroy (GtkObject *object)
etst->expansions = NULL;
}
+ if (etst->sort_info) {
+ gtk_object_unref (GTK_OBJECT (etst->sort_info));
+ etst->sort_info = NULL;
+ }
+
GTK_OBJECT_CLASS (etst_parent_class)->destroy (object);
}