diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-11-02 20:24:27 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-11-02 20:24:54 +0000 |
commit | 98479f1429eed10b913c69a3fa49e0d8d84acc3e (patch) | |
tree | cde82d554bf1ef264031337c9edb01512c399026 /vcl | |
parent | eea709f67d91e271e3df37e6c6724b7b5870b1ee (diff) |
widgetery warnings
Change-Id: I5f9c8011a43e2b15b9b2f58772f6f08ad103f4aa
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/control/menubtn.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/control/menubtn.cxx b/vcl/source/control/menubtn.cxx index 6b62d8480ed9..7e01e09d1fd4 100644 --- a/vcl/source/control/menubtn.cxx +++ b/vcl/source/control/menubtn.cxx @@ -90,6 +90,7 @@ MenuButton::~MenuButton() void MenuButton::dispose() { delete mpMenuTimer; + mpFloatingWindow.clear(); mpMenu.clear(); PushButton::dispose(); } |