summaryrefslogtreecommitdiff
path: root/ext/libxml
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2016-07-15 01:16:18 +0200
committerChristoph M. Becker <cmb@php.net>2016-07-15 01:22:26 +0200
commitef0279b640b19f6294a1429f9e04019b1f72d69c (patch)
tree28486d69cacdb342db8f1ae95f963e4a49c15e84 /ext/libxml
parent32eaf7cdc1ac1803fb9286e2d4a82e93e947c5b6 (diff)
parentb01b093ca9a46462414323c6abedb4373a58796d (diff)
downloadphp-git-ef0279b640b19f6294a1429f9e04019b1f72d69c.tar.gz
Merge branch 'PHP-7.0'
Diffstat (limited to 'ext/libxml')
-rw-r--r--ext/libxml/libxml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libxml/libxml.c b/ext/libxml/libxml.c
index 1969a97959..1084979bbb 100644
--- a/ext/libxml/libxml.c
+++ b/ext/libxml/libxml.c
@@ -1278,8 +1278,8 @@ PHP_LIBXML_API int php_libxml_decrement_doc_ref(php_libxml_node_object *object)
efree(object->document->doc_props);
}
efree(object->document);
- object->document = NULL;
}
+ object->document = NULL;
}
return ret_refcount;