summaryrefslogtreecommitdiffstats
path: root/views/controls/menu/native_menu_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/menu/native_menu_win.cc')
-rw-r--r--views/controls/menu/native_menu_win.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/controls/menu/native_menu_win.cc b/views/controls/menu/native_menu_win.cc
index d4a39b0..3ef158c 100644
--- a/views/controls/menu/native_menu_win.cc
+++ b/views/controls/menu/native_menu_win.cc
@@ -58,6 +58,7 @@ class NativeMenuWin::MenuHostWindow {
}
~MenuHostWindow() {
+ RemoveProp(hwnd_, kMenuHostWindowKey);
DestroyWindow(hwnd_);
}