mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[LIBXML2] Update to version 2.9.13. CORE-17766
This commit is contained in:
parent
df1adce32c
commit
7244e0c5c6
35 changed files with 1127 additions and 20110 deletions
2
sdk/lib/3rdparty/libxml2/relaxng.c
vendored
2
sdk/lib/3rdparty/libxml2/relaxng.c
vendored
|
@ -3654,6 +3654,7 @@ xmlRelaxNGParseData(xmlRelaxNGParserCtxtPtr ctxt, xmlNodePtr node)
|
|||
|
||||
def = xmlRelaxNGNewDefine(ctxt, node);
|
||||
if (def == NULL) {
|
||||
xmlFree(library);
|
||||
xmlFree(type);
|
||||
return (NULL);
|
||||
}
|
||||
|
@ -6838,6 +6839,7 @@ xmlRelaxNGNewDocParserCtxt(xmlDocPtr doc)
|
|||
(xmlRelaxNGParserCtxtPtr) xmlMalloc(sizeof(xmlRelaxNGParserCtxt));
|
||||
if (ret == NULL) {
|
||||
xmlRngPErrMemory(NULL, "building parser\n");
|
||||
xmlFreeDoc(copy);
|
||||
return (NULL);
|
||||
}
|
||||
memset(ret, 0, sizeof(xmlRelaxNGParserCtxt));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue