mirror of
https://github.com/php/php-src.git
synced 2026-03-26 17:22:15 +01:00
- Fix the fix
This commit is contained in:
@@ -1084,7 +1084,7 @@ int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TS
|
||||
}*/
|
||||
if (EG(exception) && fci->retval_ptr_ptr) {
|
||||
zval_ptr_dtor(fci->retval_ptr_ptr);
|
||||
fci->retval_ptr_ptr = NULL;
|
||||
*fci->retval_ptr_ptr = NULL;
|
||||
}
|
||||
}
|
||||
zend_ptr_stack_clear_multiple(TSRMLS_C);
|
||||
|
||||
Reference in New Issue
Block a user