1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

nsgmls: Coverity 174600

This commit is contained in:
Peter Howkins 2018-07-03 18:13:13 +01:00
parent 56abbf15be
commit 62a09f6df5

View file

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