Fix illegal memory access after free when closing fluid (STR #3427).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12567 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
16db9a0c82
commit
a877466a21
@ -433,6 +433,7 @@ void exit_cb(Fl_Widget *,void *) {
|
||||
svp.set("tab", sv_tab->find(sv_tab->value()));
|
||||
save_position(sourceview_panel,"sourceview_pos");
|
||||
delete sourceview_panel;
|
||||
sourceview_panel = 0;
|
||||
}
|
||||
if (about_panel)
|
||||
delete about_panel;
|
||||
|
Loading…
Reference in New Issue
Block a user