mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-12 22:09:19 +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)
|
if (g->toolbar)
|
||||||
ro_gui_theme_destroy_toolbar(g->toolbar);
|
ro_gui_theme_destroy_toolbar(g->toolbar);
|
||||||
|
|
||||||
|
/* remove our wimp event bindings */
|
||||||
|
ro_gui_wimp_event_finalise(g->window);
|
||||||
|
|
||||||
/* delete window */
|
/* delete window */
|
||||||
error = xwimp_delete_window(g->window);
|
error = xwimp_delete_window(g->window);
|
||||||
|
Loading…
Reference in New Issue
Block a user