mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix a crash bug in case of aborted execution
This commit is contained in:
parent
49824ee8cb
commit
023cb6474b
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ void init_executor(CLS_D ELS_DC)
|
||||||
|
|
||||||
void shutdown_executor(ELS_D)
|
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_ptr_stack_destroy(&EG(arg_types_stack));
|
||||||
zend_stack_destroy(&EG(overloaded_objects_stack));
|
zend_stack_destroy(&EG(overloaded_objects_stack));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue