1
0
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:
Dmitry Stogov
2015-09-23 00:12:31 +03:00
parent f9ec5be888
commit 95ac055fd3

View File

@@ -49,8 +49,6 @@ static void ResourceBundle_object_destroy( zend_object *object )
if (rb->child) {
ures_close( rb->child );
}
//???zend_object_std_dtor( object );
}
/* }}} */