mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Refactored GC (incomplete)
This commit is contained in:
parent
2e3e96b24b
commit
b7938ab1bd
27 changed files with 571 additions and 783 deletions
|
@ -210,6 +210,7 @@ static void spl_fixedarray_object_free_storage(zend_object *object TSRMLS_DC) /*
|
|||
zend_object_std_dtor(&intern->std TSRMLS_CC);
|
||||
zval_ptr_dtor(&intern->retval);
|
||||
|
||||
GC_REMOVE_FROM_BUFFER(object);
|
||||
efree(intern);
|
||||
}
|
||||
/* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue