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