mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-30 22:43:14 +03:00
committed by
Nick Wellnhofer
parent
8efc5b283c
commit
0b793591ac
@ -545,6 +545,8 @@ xmlRegEpxFromParse(xmlRegParserCtxtPtr ctxt) {
|
|||||||
if (transitions == NULL) {
|
if (transitions == NULL) {
|
||||||
xmlFree(stateRemap);
|
xmlFree(stateRemap);
|
||||||
xmlFree(stringRemap);
|
xmlFree(stringRemap);
|
||||||
|
for (i = 0;i < nbatoms;i++)
|
||||||
|
xmlFree(stringMap[i]);
|
||||||
xmlFree(stringMap);
|
xmlFree(stringMap);
|
||||||
xmlFree(ret);
|
xmlFree(ret);
|
||||||
return(NULL);
|
return(NULL);
|
||||||
|
Reference in New Issue
Block a user