summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Jung <phil.jung@free.fr>2015-05-10 15:02:21 +0200
committerCaolán McNamara <caolanm@redhat.com>2015-05-10 19:40:56 +0000
commit0b4e3f5ebd2511c7ba39cbcc83d5faddb842404d (patch)
treecb563eec0c267b55973068b19ee654abfe47d5f3
parentc342295aa8269537494c603429abbec9259f997d (diff)
Crash Options->Advanced->Advanced, missing disposeAndClear
Change-Id: Ibf0c2893f0ccd784430fbed3c9fdc5985f5bb708 Reviewed-on: https://gerrit.libreoffice.org/15696 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--cui/source/options/optaboutconfig.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/options/optaboutconfig.cxx b/cui/source/options/optaboutconfig.cxx
index b246966e358e..8c3d63371c5f 100644
--- a/cui/source/options/optaboutconfig.cxx
+++ b/cui/source/options/optaboutconfig.cxx
@@ -168,6 +168,7 @@ CuiAboutConfigTabPage::~CuiAboutConfigTabPage()
void CuiAboutConfigTabPage::dispose()
{
+ m_pPrefBox.disposeAndClear();
m_pPrefCtrl.clear();
m_pResetBtn.clear();
m_pEditBtn.clear();