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

New commits:
commit 98479f1429eed10b913c69a3fa49e0d8d84acc3e
Author: Caolán McNamara <caol...@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();
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to