mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-30 22:43:14 +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:
@ -1,3 +1,7 @@
|
|||||||
|
Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
|
||||||
|
|
||||||
Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
|
Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* Makefile.am: switched the order of a couple of includes
|
* Makefile.am: switched the order of a couple of includes
|
||||||
|
@ -1021,6 +1021,8 @@ xmlXPtrEvalXPtrPart(xmlXPathParserContextPtr ctxt, xmlChar *name) {
|
|||||||
|
|
||||||
xmlXPathRegisterNs(ctxt->context, prefix, URI);
|
xmlXPathRegisterNs(ctxt->context, prefix, URI);
|
||||||
CUR_PTR = left;
|
CUR_PTR = left;
|
||||||
|
xmlFree(URI);
|
||||||
|
xmlFree(prefix);
|
||||||
#endif /* XPTR_XMLNS_SCHEME */
|
#endif /* XPTR_XMLNS_SCHEME */
|
||||||
} else {
|
} else {
|
||||||
xmlGenericError(xmlGenericErrorContext,
|
xmlGenericError(xmlGenericErrorContext,
|
||||||
|
Reference in New Issue
Block a user