summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-10-12 10:50:22 +0100
committerDavid Tardon <dtardon@redhat.com>2015-10-12 11:34:41 +0000
commitd7e0cb228545f0b2570276e12dbe21ccf1a1621a (patch)
treeb7e4b065b8bc44f52e08a3674c73aba4ca8b1768 /sw
parent595fb25648627c1db68c5df4852136dd7fb420d3 (diff)
valgrind: memory leaks
Change-Id: If47170b323cb0b48b7cf2182ecbecfac575a6118 (cherry picked from commit 2445de28ad8cc1aed1302e14a2da3372a9f23c10) Reviewed-on: https://gerrit.libreoffice.org/19319 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/sidebar/PagePropertyPanel.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/source/uibase/sidebar/PagePropertyPanel.cxx b/sw/source/uibase/sidebar/PagePropertyPanel.cxx
index 0d0ac108283f..bcba92cc9960 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();
}