mirror of
https://github.com/php/php-src.git
synced 2026-04-26 01:18:19 +02:00
Fix a crash bug in case of aborted execution
This commit is contained in:
@@ -122,7 +122,7 @@ void init_executor(CLS_D ELS_DC)
|
||||
|
||||
void shutdown_executor(ELS_D)
|
||||
{
|
||||
zval_dtor(EG(return_value));
|
||||
zval_dtor(&EG(global_return_value));
|
||||
zend_ptr_stack_destroy(&EG(arg_types_stack));
|
||||
zend_stack_destroy(&EG(overloaded_objects_stack));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user