[Libreoffice-commits] core.git: vcl/source

Caolán McNamara caolanm at redhat.com
Wed Nov 2 20:25:24 UTC 2016


 vcl/source/control/menubtn.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 98479f1429eed10b913c69a3fa49e0d8d84acc3e
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Nov 2 20:24:27 2016 +0000

    widgetery warnings
    
    Change-Id: I5f9c8011a43e2b15b9b2f58772f6f08ad103f4aa

diff --git a/vcl/source/control/menubtn.cxx b/vcl/source/control/menubtn.cxx
index 6b62d84..7e01e09d 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();
 }


More information about the Libreoffice-commits mailing list