mirror of
https://github.com/php/php-src.git
synced 2025-01-27 14:13:41 +08:00
This check shouldn't be necessary
This commit is contained in:
parent
f1d8c1c448
commit
6f53e48bb9
@ -234,9 +234,7 @@ ZEND_API void destroy_op_array(zend_op_array *op_array TSRMLS_DC)
|
||||
}
|
||||
if (op_array->arg_info) {
|
||||
for (i=0; i<op_array->num_args; i++) {
|
||||
if (op_array->arg_info[i].name) {
|
||||
efree(op_array->arg_info[i].name);
|
||||
}
|
||||
efree(op_array->arg_info[i].name);
|
||||
if (op_array->arg_info[i].class_name) {
|
||||
efree(op_array->arg_info[i].class_name);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user