lib/expat/Parser: add method CompleteParse()

This commit is contained in:
Max Kellermann
2018-01-21 14:34:19 +01:00
parent b14fc907f9
commit dedede3caa
3 changed files with 10 additions and 2 deletions

View File

@@ -304,7 +304,7 @@ private:
}
void OnEnd() final {
Parse("", 0, true);
CompleteParse();
LockSetDone();
}