diff options
Diffstat (limited to 'ext/dom/xpath.c')
-rw-r--r-- | ext/dom/xpath.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/dom/xpath.c b/ext/dom/xpath.c index 75c4a49bc1..3cc9abaa3c 100644 --- a/ext/dom/xpath.c +++ b/ext/dom/xpath.c @@ -188,7 +188,6 @@ static void dom_xpath_ext_function_php(xmlXPathParserContextPtr ctxt, int nargs, ZVAL_STRING(&fci.function_name, (char *) obj->stringval); xmlXPathFreeObject(obj); - fci.symbol_table = NULL; fci.object = NULL; fci.retval = &retval; fci.no_separation = 0; |