]> granicus.if.org Git - php/commitdiff
- Fix the fix
authorMarcus Boerger <helly@php.net>
Tue, 15 Jan 2008 11:47:29 +0000 (11:47 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 15 Jan 2008 11:47:29 +0000 (11:47 +0000)
Zend/zend_execute_API.c

index f2b14e8be9dd8f599d91861bc8e32fd855723ae9..00099a95e9028fdedaef3cfb833a78043b934c76 100644 (file)
@@ -1182,7 +1182,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);