cui/source/options/optaboutconfig.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 0b4e3f5ebd2511c7ba39cbcc83d5faddb842404d Author: Philippe Jung <[email protected]> Date: Sun May 10 15:02:21 2015 +0200 Crash Options->Advanced->Advanced, missing disposeAndClear Change-Id: Ibf0c2893f0ccd784430fbed3c9fdc5985f5bb708 Reviewed-on: https://gerrit.libreoffice.org/15696 Tested-by: Jenkins <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/cui/source/options/optaboutconfig.cxx b/cui/source/options/optaboutconfig.cxx index b246966..8c3d633 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();
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
