mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
Fixes in the plane: - xpath.c: fixed a [] evaluation problem reported -
Fixes in the plane: - xpath.c: fixed a [] evaluation problem reported - test/XPath/tests/simpleaddr: extended test - result/XPath/simpleaddr: updated result Daniel
This commit is contained in:
@ -113,6 +113,7 @@ testXPath(const char *str) {
|
||||
xmlXPathDebugDumpCompExpr(stdout, comp, 0);
|
||||
|
||||
res = xmlXPathCompiledEval(comp, ctxt);
|
||||
xmlXPathFreeCompExpr(comp);
|
||||
} else
|
||||
res = NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user