mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
- Fix the fix
This commit is contained in:
parent
06229e417f
commit
ba8acfdfdf
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue