mirror of
https://github.com/php/php-src.git
synced 2024-12-02 22:34:55 +08:00
Do not free tick function entry
This memory is freed by zend_llist.
This commit is contained in:
parent
3c3ec441e4
commit
7ec048f96d
@ -1682,8 +1682,6 @@ void user_tick_function_dtor(user_tick_function_entry *tick_function_entry) /* {
|
||||
for (size_t i = 0; i < tick_function_entry->fci.param_count; i++) {
|
||||
zval_ptr_dtor(&tick_function_entry->fci.params[i]);
|
||||
}
|
||||
|
||||
efree(tick_function_entry);
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user