mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
tried to fix bug #97852 reported by Nicolas Noffke Daniel
* xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke Daniel
This commit is contained in:
@ -1021,6 +1021,8 @@ xmlXPtrEvalXPtrPart(xmlXPathParserContextPtr ctxt, xmlChar *name) {
|
||||
|
||||
xmlXPathRegisterNs(ctxt->context, prefix, URI);
|
||||
CUR_PTR = left;
|
||||
xmlFree(URI);
|
||||
xmlFree(prefix);
|
||||
#endif /* XPTR_XMLNS_SCHEME */
|
||||
} else {
|
||||
xmlGenericError(xmlGenericErrorContext,
|
||||
|
Reference in New Issue
Block a user