mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Refactored GC (incomplete)
This commit is contained in:
parent
2e3e96b24b
commit
b7938ab1bd
27 changed files with 571 additions and 783 deletions
|
@ -207,6 +207,8 @@ static void zend_generator_free_storage(zend_object *object TSRMLS_DC) /* {{{ */
|
|||
zend_generator_close(generator, 0 TSRMLS_CC);
|
||||
|
||||
zend_object_std_dtor(&generator->std TSRMLS_CC);
|
||||
|
||||
GC_REMOVE_FROM_BUFFER(generator);
|
||||
efree(generator);
|
||||
}
|
||||
/* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue