[Libreoffice-commits] core.git: cui/source
Caolán McNamara
caolanm at redhat.com
Wed May 20 07:01:14 PDT 2015
cui/source/options/optfltr.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 622f3453dea516a60db862036871207a089fbcef
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed May 20 15:00:25 2015 +0100
VclPtr: crash on exit after visiting MSOffice compat page
Change-Id: Ibc2fa183ee0847f92ace08388559d236898b1826
diff --git a/cui/source/options/optfltr.cxx b/cui/source/options/optfltr.cxx
index ce4fa14..ede4059 100644
--- a/cui/source/options/optfltr.cxx
+++ b/cui/source/options/optfltr.cxx
@@ -185,7 +185,7 @@ void OfaMSFilterTabPage2::dispose()
{
delete pCheckButtonData;
pCheckButtonData = NULL;
- m_pCheckLB.clear();
+ m_pCheckLB.disposeAndClear();
m_pCheckLBContainer.clear();
aHighlightingRB.clear();
aShadingRB.clear();
More information about the Libreoffice-commits
mailing list