nsgmls: Coverity 174600

This commit is contained in:
Peter Howkins 2018-07-03 18:13:13 +01:00
parent 56abbf15be
commit 62a09f6df5
1 changed files with 1 additions and 0 deletions

View File

@ -223,6 +223,7 @@ void Parser::doInit()
if (!setStandardSyntax(*syntaxp, refSyntax, sd().docCharset(),
switcher)) {
giveUp();
delete syntaxp;
return;
}
syntaxp->implySgmlChar(sd().docCharset());