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

Caolán McNamara caolanm at redhat.com
Mon Oct 12 02:51:03 PDT 2015


 sw/source/uibase/sidebar/PagePropertyPanel.cxx |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 2445de28ad8cc1aed1302e14a2da3372a9f23c10
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Oct 12 10:50:22 2015 +0100

    valgrind: memory leaks
    
    Change-Id: If47170b323cb0b48b7cf2182ecbecfac575a6118

diff --git a/sw/source/uibase/sidebar/PagePropertyPanel.cxx b/sw/source/uibase/sidebar/PagePropertyPanel.cxx
index bb9b436..025b006 100644
--- a/sw/source/uibase/sidebar/PagePropertyPanel.cxx
+++ b/sw/source/uibase/sidebar/PagePropertyPanel.cxx
@@ -224,6 +224,11 @@ void PagePropertyPanel::dispose()
     m_aSwPageColControl.dispose();
     m_aSwPagePgMetricControl.dispose();
 
+    maColumnPopup.dispose();
+    maSizePopup.dispose();
+    maMarginPopup.dispose();
+    maOrientationPopup.dispose();
+
     PanelLayout::dispose();
 }
 


More information about the Libreoffice-commits mailing list