mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
parent
7bd77873db
commit
c9e4c6d416
@ -2969,6 +2969,8 @@ xmlACatalogAdd(xmlCatalogPtr catal, const xmlChar * type,
|
||||
if (catal->sgml == NULL)
|
||||
catal->sgml = xmlHashCreate(10);
|
||||
res = xmlHashAddEntry(catal->sgml, orig, entry);
|
||||
if (res < 0)
|
||||
xmlFreeCatalogEntry(entry, NULL);
|
||||
}
|
||||
}
|
||||
return (res);
|
||||
|
@ -509,6 +509,9 @@ int main(int argc, char **argv) {
|
||||
xmlACatalogDump(catal, stdout);
|
||||
}
|
||||
i += 2;
|
||||
|
||||
xmlFreeCatalog(catal);
|
||||
xmlFreeCatalog(super);
|
||||
} else {
|
||||
if ((!strcmp(argv[i], "-add")) ||
|
||||
(!strcmp(argv[i], "--add"))) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user