diff options
author | Christoph M. Becker <cmb@php.net> | 2016-07-15 01:09:58 +0200 |
---|---|---|
committer | Christoph M. Becker <cmb@php.net> | 2016-07-15 01:14:41 +0200 |
commit | b01b093ca9a46462414323c6abedb4373a58796d (patch) | |
tree | b9ec2d6ba2d5507a09678c0f080385ee6926220e /ext/libxml | |
parent | 0b0e7520a9647193e3cae7d64efa6e0c3b0c512d (diff) | |
parent | a4aa4f9772a6c30f69db8560cde1f5fe4545b174 (diff) | |
download | php-git-b01b093ca9a46462414323c6abedb4373a58796d.tar.gz |
Merge branch 'PHP-5.6' into PHP-7.0
Diffstat (limited to 'ext/libxml')
-rw-r--r-- | ext/libxml/libxml.c | 2 |
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; |