From 1d63be277eb7daedc7c59850ab53b6341352d0fd Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 16 Oct 2018 21:30:52 +0100 Subject: ofz: thread shenanigans MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I638b4e670f88aee78b6bd9ec638014795e103971 Reviewed-on: https://gerrit.libreoffice.org/61851 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sax/source/fastparser/fastparser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sax') diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx index 3d53147d9382..c910ad83381f 100644 --- a/sax/source/fastparser/fastparser.cxx +++ b/sax/source/fastparser/fastparser.cxx @@ -759,8 +759,8 @@ namespace xmlFreeDoc(m_rEntity.mpParser->myDoc); xmlFreeParserCtxt(m_rEntity.mpParser); } - m_rParser.popEntity(); joinThread(); + m_rParser.popEntity(); } void setThread(const rtl::Reference &xParser) { -- cgit