mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
bug in xmlRegExecPushString2() pointed out by Sreeni Nair. Daniel
* xmlregexp.c: bug in xmlRegExecPushString2() pointed out by Sreeni Nair. Daniel
This commit is contained in:
@ -3679,7 +3679,7 @@ xmlRegExecPushString2(xmlRegExecCtxtPtr exec, const xmlChar *value,
|
||||
ret = xmlRegExecPushStringInternal(exec, str, data, 1);
|
||||
|
||||
if (str != buf)
|
||||
xmlFree(buf);
|
||||
xmlFree(str);
|
||||
return(ret);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user