cui/source/options/optfltr.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 622f3453dea516a60db862036871207a089fbcef
Author: Caolán McNamara <[email protected]>
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();
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to