mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 21:46:57 +03:00
Fix 1527343.
svn path=/trunk/netsurf/; revision=2919
This commit is contained in:
parent
96b8fa5d46
commit
cba08bf827
@ -395,6 +395,9 @@ void gui_window_destroy(struct gui_window *g)
|
||||
|
||||
if (g->toolbar)
|
||||
ro_gui_theme_destroy_toolbar(g->toolbar);
|
||||
|
||||
/* remove our wimp event bindings */
|
||||
ro_gui_wimp_event_finalise(g->window);
|
||||
|
||||
/* delete window */
|
||||
error = xwimp_delete_window(g->window);
|
||||
|
Loading…
Reference in New Issue
Block a user