DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L1894 Version: 1.3-current If modifications to fltk's memory management are being contemplated, I'd suggest that it would also be nice if this program didn't crash (#include's omitted for brevity): int main() { Fl_Double_Window* win(300, 300); Fl_Box bx(50, 50, 30, 30); win->end(); win->show(); int r = Fl::run(); delete win; return r; } Link: http://www.fltk.org/str.php?L1894 Version: 1.3-current _______________________________________________ fltk-bugs mailing list fltk-bugs@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-bugs