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