1
0
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:
Marcus Boerger
2008-01-15 11:47:05 +00:00
parent 06229e417f
commit ba8acfdfdf

View File

@@ -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);