[Libreoffice-commits] core.git: starmath/source

Caolán McNamara caolanm at redhat.com
Mon Jan 22 20:59:53 UTC 2018


 starmath/source/mathmlimport.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 69886ca4073bbe9f812a850ffc46b2da5858703c
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Jan 22 12:29:29 2018 +0000

    ofz#5575 call cleanup while its still a SmXMLImport
    
    Change-Id: Ib80010410bd729e2356fe63f96809dd35fb26a73
    Reviewed-on: https://gerrit.libreoffice.org/48320
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/starmath/source/mathmlimport.cxx b/starmath/source/mathmlimport.cxx
index b22cb0c5387b..f549cda0ad88 100644
--- a/starmath/source/mathmlimport.cxx
+++ b/starmath/source/mathmlimport.cxx
@@ -3034,6 +3034,7 @@ SvXMLImportContext *SmXMLImport::CreateActionContext(sal_uInt16 nPrefix,
 
 SmXMLImport::~SmXMLImport() throw ()
 {
+    cleanup();
 }
 
 void SmXMLImport::SetViewSettings(const Sequence<PropertyValue>& aViewProps)


More information about the Libreoffice-commits mailing list