runtests.c: Fix memleaks
This commit is contained in:
parent
1c0ecf1b95
commit
8eda8b3c9e
@ -2778,6 +2778,7 @@ external_entity_ref_param_checker(XML_Parser parameter,
|
||||
XML_TRUE) == XML_STATUS_ERROR)
|
||||
xml_failure(ext_parser);
|
||||
|
||||
XML_ParserFree(ext_parser);
|
||||
return XML_STATUS_OK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user