Only unref etst->sort_info once.

2002-04-26  Christopher James Lahey  <clahey@ximian.com>

	* e-table-state.c (etst_destroy): Only unref etst->sort_info once.

svn path=/trunk/; revision=16603
This commit is contained in:
Christopher James Lahey
2002-04-26 21:01:15 +00:00
committed by Chris Lahey
parent 24f211162b
commit 68cb7c9340

View File

@ -44,7 +44,6 @@ etst_destroy (GtkObject *object)
{
ETableState *etst = E_TABLE_STATE (object);
gtk_object_unref (GTK_OBJECT (etst->sort_info));
if (etst->columns) {
g_free (etst->columns);
etst->columns = NULL;