1
0
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:
Zeev Suraski
1999-08-27 21:21:04 +00:00
parent 49824ee8cb
commit 023cb6474b
+1 -1
View File
@@ -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));