mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- Nuke persist_alloc().
This commit is contained in:
parent
c83f5a530d
commit
b53569c9e8
7 changed files with 3 additions and 71 deletions
|
@ -43,7 +43,7 @@ static inline void zend_objects_destroy_object(zend_object *object, zend_object_
|
|||
zend_objects_call_destructor(object, handle TSRMLS_CC);
|
||||
/* Nuke the object */
|
||||
zend_hash_destroy(object->properties);
|
||||
efree(object->properties);
|
||||
FREE_HASHTABLE(object->properties);
|
||||
efree(object);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue