mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
Removed recursive call
This commit is contained in:
@@ -1061,7 +1061,6 @@ static void zend_generator_iterator_dtor(zend_object_iterator *iterator) /* {{{
|
||||
zend_generator *generator = (zend_generator*)Z_OBJ(iterator->data);
|
||||
generator->iterator = NULL;
|
||||
zval_ptr_dtor(&iterator->data);
|
||||
zend_iterator_dtor(iterator);
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user