mirror of
https://github.com/php/php-src.git
synced 2026-03-25 16:52:18 +01:00
Cleanup: zend_object_std_dtor() is called through free_obj handler
This commit is contained in:
@@ -49,8 +49,6 @@ static void ResourceBundle_object_destroy( zend_object *object )
|
||||
if (rb->child) {
|
||||
ures_close( rb->child );
|
||||
}
|
||||
|
||||
//???zend_object_std_dtor( object );
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user