1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

- xpath.c: Joe Orton reported a bug found with IRIx compiler.

Daniel
This commit is contained in:
Daniel Veillard
2001-05-21 08:15:31 +00:00
parent a97a19b687
commit 04b93290b7
2 changed files with 4 additions and 1 deletions

View File

@ -5665,7 +5665,6 @@ xmlXPathParseNameComplex(xmlXPathParserContextPtr ctxt, int qualified) {
max *= 2;
buffer = (xmlChar *) xmlRealloc(buffer,
max * sizeof(xmlChar));
XP_ERROR0(XPATH_MEMORY_ERROR);
if (buffer == NULL) {
XP_ERROR0(XPATH_MEMORY_ERROR);
}