aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-09-02 06:28:55 +0800
committerChris Lahey <clahey@src.gnome.org>2000-09-02 06:28:55 +0800
commit6993fc1c571c50c9d042cc26f0fd0e049492e37c (patch)
treefe93f915bd8cd71a6da5b4639e61f50c55c67c05 /widgets/table/e-table.c
parent9634666fca1347da1378ebbe574cb879f3fc474e (diff)
downloadgsoc2013-evolution-6993fc1c571c50c9d042cc26f0fd0e049492e37c.tar
gsoc2013-evolution-6993fc1c571c50c9d042cc26f0fd0e049492e37c.tar.gz
gsoc2013-evolution-6993fc1c571c50c9d042cc26f0fd0e049492e37c.tar.bz2
gsoc2013-evolution-6993fc1c571c50c9d042cc26f0fd0e049492e37c.tar.lz
gsoc2013-evolution-6993fc1c571c50c9d042cc26f0fd0e049492e37c.tar.xz
gsoc2013-evolution-6993fc1c571c50c9d042cc26f0fd0e049492e37c.tar.zst
gsoc2013-evolution-6993fc1c571c50c9d042cc26f0fd0e049492e37c.zip
Fixed a leak and a double unref.
2000-09-01 Christopher James Lahey <clahey@helixcode.com> * e-table-item.c, e-table.c: Fixed a leak and a double unref. svn path=/trunk/; revision=5174
Diffstat (limited to 'widgets/table/e-table.c')
-rw-r--r--widgets/table/e-table.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table.c b/widgets/table/e-table.c
index 89f032b401..1a2a3cd8d6 100644
--- a/widgets/table/e-table.c
+++ b/widgets/table/e-table.c
@@ -146,6 +146,7 @@ et_destroy (GtkObject *object)
gtk_object_unref (GTK_OBJECT (et->header));
gtk_object_unref (GTK_OBJECT (et->sort_info));
gtk_object_unref (GTK_OBJECT (et->sorter));
+ gtk_object_unref (GTK_OBJECT (et->selection));
if (et->header_canvas != NULL)
gtk_widget_destroy (GTK_WIDGET (et->header_canvas));