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