From 16db9a0c8279a927306513161038b3d4f8925eac Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 18 Nov 2017 17:55:47 +0000 Subject: Fix crash when closing fluid with Fl_Table (STR #3427). Many thanks to Chris for the patch! git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12565 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/Fl_Group_Type.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fluid/Fl_Group_Type.cxx b/fluid/Fl_Group_Type.cxx index 555ffe186..a21ff6849 100644 --- a/fluid/Fl_Group_Type.cxx +++ b/fluid/Fl_Group_Type.cxx @@ -196,6 +196,7 @@ class Fluid_Table : public Fl_Table { public: Fluid_Table(int x, int y, int w, int h, const char *l=0L) : Fl_Table(x, y, w, h, l) { + end(); for ( int r=0; r