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

New commits:
commit d7e0cb228545f0b2570276e12dbe21ccf1a1621a
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Oct 12 10:50:22 2015 +0100

    valgrind: memory leaks
    
    Change-Id: If47170b323cb0b48b7cf2182ecbecfac575a6118
    (cherry picked from commit 2445de28ad8cc1aed1302e14a2da3372a9f23c10)
    Reviewed-on: https://gerrit.libreoffice.org/19319
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: David Tardon <dtar...@redhat.com>

diff --git a/sw/source/uibase/sidebar/PagePropertyPanel.cxx 
b/sw/source/uibase/sidebar/PagePropertyPanel.cxx
index 0d0ac10..bcba92c 100644
--- a/sw/source/uibase/sidebar/PagePropertyPanel.cxx
+++ b/sw/source/uibase/sidebar/PagePropertyPanel.cxx
@@ -226,6 +226,11 @@ void PagePropertyPanel::dispose()
     m_aSwPageColControl.dispose();
     m_aSwPagePgMetricControl.dispose();
 
+    maColumnPopup.dispose();
+    maSizePopup.dispose();
+    maMarginPopup.dispose();
+    maOrientationPopup.dispose();
+
     PanelLayout::dispose();
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to