Index: lib/booh/GtkAutoTable.rb
===================================================================
RCS file: /opt/cvs/booh/lib/booh/GtkAutoTable.rb,v
retrieving revision 1.10
diff -u -r1.10 GtkAutoTable.rb
--- lib/booh/GtkAutoTable.rb	17 Jun 2007 17:02:23 -0000	1.10
+++ lib/booh/GtkAutoTable.rb	17 Jun 2007 17:04:08 -0000
@@ -290,7 +290,9 @@
         @containers = []
         if @table
             remove(@table)
-            @table.destroy
+            @table.hide     #- should be #destroy, but that triggers an Abort in booh, and I cannot really understand why and fix 
+                            #- this is a memory leak, so ideally it should be either fixed in ruby-gtk2 0.16.0, or at least checked if
+                            #- it's not fixed from a side effect of another fix in the future
         end
         add(@table = Gtk::Table.new(0, 0, true))
         @table.set_row_spacings(@row_spacings)

