]> granicus.if.org Git - php/commit
Make zend_list_free return void
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 15 Apr 2020 08:49:44 +0000 (10:49 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 15 Apr 2020 09:01:12 +0000 (11:01 +0200)
commit90435637756fb8c473938853bc6d3ecfa9f2eeff
tree9f5b22fb9b04e009e929658e1f3f1e313dd32a86
parente15409b43cacf711608189c299191f2969ea331c
Make zend_list_free return void

And assert that the refcount is zero. This function should only
be used internally as the resource destructor.
Zend/zend_list.c
Zend/zend_list.h