mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Remove bogus generator iterator dtor
This commit is contained in:
commit
d1be10dd7e
1 changed files with 0 additions and 4 deletions
|
@ -271,10 +271,6 @@ static void zend_generator_free_storage(zend_object *object) /* {{{ */
|
|||
}
|
||||
|
||||
zend_object_std_dtor(&generator->std);
|
||||
|
||||
if (generator->iterator) {
|
||||
zend_iterator_dtor(generator->iterator);
|
||||
}
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue