[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sw/source
Caolán McNamara
caolanm at redhat.com
Mon Oct 12 04:35:08 PDT 2015
sw/source/uibase/sidebar/PagePropertyPanel.cxx | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit d7e0cb228545f0b2570276e12dbe21ccf1a1621a
Author: Caolán McNamara <caolanm at 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 <ci at libreoffice.org>
Reviewed-by: David Tardon <dtardon at 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();
}
More information about the Libreoffice-commits
mailing list