diff options
Diffstat (limited to 'vcl/source/window/brdwin.cxx')
-rw-r--r-- | vcl/source/window/brdwin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/brdwin.cxx b/vcl/source/window/brdwin.cxx index 7f32e648d423..a023af642fa6 100644 --- a/vcl/source/window/brdwin.cxx +++ b/vcl/source/window/brdwin.cxx @@ -1853,7 +1853,7 @@ void ImplBorderWindow::dispose() { delete mpBorderView; mpBorderView = NULL; - + mpMenuBarWindow.clear(); vcl::Window::dispose(); } |