mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Use appropriate macro
This commit is contained in:
parent
42a33085c8
commit
2c39cf670c
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ static void zend_accel_destroy_zend_function(zval *zv)
|
|||
if (function->type == ZEND_USER_FUNCTION) {
|
||||
if (function->op_array.static_variables) {
|
||||
|
||||
efree(function->op_array.static_variables);
|
||||
FREE_HASHTABLE(function->op_array.static_variables);
|
||||
function->op_array.static_variables = NULL;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue