We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2894bc5 commit 25e1b49Copy full SHA for 25e1b49
Zend/zend_execute.c
@@ -2487,7 +2487,7 @@ static zend_always_inline void i_cleanup_unfinished_execution(zend_execute_data
2487
OBJ_RELEASE(Z_OBJ(call->This));
2488
}
2489
if (call->func->common.fn_flags & ZEND_ACC_CLOSURE) {
2490
- zend_object_release(call->func->common.prototype);
+ zend_object_release((zend_object *) call->func->common.prototype);
2491
2492
if (call->func->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE) {
2493
zend_string_release(call->func->common.function_name);
0 commit comments