summaryrefslogtreecommitdiffstats
path: root/contrib/libs/libxml/xpath.c
diff options
context:
space:
mode:
authorDmitry Potapov <[email protected]>2022-02-10 16:46:39 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:46:39 +0300
commit7aa4cf700385ff96999c5cc301171ff157974773 (patch)
tree49e222ea1c5804306084bb3ae065bb702625360f /contrib/libs/libxml/xpath.c
parent536101ea75c9ff5df10d01c2f460b1f6e12311b3 (diff)
Restoring authorship annotation for Dmitry Potapov <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/libxml/xpath.c')
-rw-r--r--contrib/libs/libxml/xpath.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libs/libxml/xpath.c b/contrib/libs/libxml/xpath.c
index 8e15d553585..e1f2bd55225 100644
--- a/contrib/libs/libxml/xpath.c
+++ b/contrib/libs/libxml/xpath.c
@@ -10357,8 +10357,8 @@ xmlXPathCompFunctionCall(xmlXPathParserContextPtr ctxt) {
#endif
if (CUR != '(') {
- xmlFree(name);
- xmlFree(prefix);
+ xmlFree(name);
+ xmlFree(prefix);
XP_ERROR(XPATH_EXPR_ERROR);
}
NEXT;
@@ -10387,8 +10387,8 @@ xmlXPathCompFunctionCall(xmlXPathParserContextPtr ctxt) {
nbargs++;
if (CUR == ')') break;
if (CUR != ',') {
- xmlFree(name);
- xmlFree(prefix);
+ xmlFree(name);
+ xmlFree(prefix);
XP_ERROR(XPATH_EXPR_ERROR);
}
NEXT;