summaryrefslogtreecommitdiff
path: root/sw/source/uibase/sidebar
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-10-12 10:50:22 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-10-12 10:50:40 +0100
commit2445de28ad8cc1aed1302e14a2da3372a9f23c10 (patch)
treeff87d4de7de41f809a35d250d14939da2451a4c2 /sw/source/uibase/sidebar
parent8cac4fec445e4e7d0c053a4c364eee0c55c69fdb (diff)
valgrind: memory leaks
Change-Id: If47170b323cb0b48b7cf2182ecbecfac575a6118
Diffstat (limited to 'sw/source/uibase/sidebar')
-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 bb9b436e6bb0..025b006409f5 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();
}