diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2018-12-17 19:16:05 +0100 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2018-12-18 17:55:29 +0100 |
commit | 68d77adb2d8242588b416240e6f7d47940099aaa (patch) | |
tree | a6f62d6ef106e7f091054fa53bc1668900d9e1f2 /xmloff/source | |
parent | 87514172c1924492c33a8aa261b082f0ae7f9b48 (diff) |
sw_redlinehide_4b: xmloff: destroy TextImportHelper before Model
nullpointer in ~XMLRedlineImportHelper in
SwUiWriterTest::testThreadedException()
Change-Id: Ic4a79ceffa831aced4db47836333a15a13773887
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/core/xmlimp.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx index d68a9debcfc2..556e39299454 100644 --- a/xmloff/source/core/xmlimp.cxx +++ b/xmloff/source/core/xmlimp.cxx @@ -431,6 +431,7 @@ void SvXMLImport::cleanup() throw () pStylesContext->Clear(); maContexts.pop(); } + mxTextImport.clear(); // XMLRedlineImportHelper needs model DisposingModel(); } |