aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xmenu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index 224bc0bb0b8..1c39e86ed26 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -1891,6 +1891,7 @@ free_frame_menubar (f)
1891 { 1891 {
1892 BLOCK_INPUT; 1892 BLOCK_INPUT;
1893 lw_destroy_all_widgets ((LWLIB_ID) f->output_data.x->id); 1893 lw_destroy_all_widgets ((LWLIB_ID) f->output_data.x->id);
1894 f->output_data.x->menubar_widget = NULL;
1894 UNBLOCK_INPUT; 1895 UNBLOCK_INPUT;
1895 } 1896 }
1896} 1897}