summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-10-16 21:30:52 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-10-17 10:05:38 +0200
commit1d63be277eb7daedc7c59850ab53b6341352d0fd (patch)
tree84f1d5a63689131e2c35556c42c82fe9244123cd /sax
parent1ac3738abadb03ce0508d4e69741b4a1d32f8617 (diff)
ofz: thread shenanigans
Change-Id: I638b4e670f88aee78b6bd9ec638014795e103971 Reviewed-on: https://gerrit.libreoffice.org/61851 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sax')
-rw-r--r--sax/source/fastparser/fastparser.cxx2
1 files changed, 1 insertions, 1 deletions
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<ParserThread> &xParser)
{