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

index 29632a2bad3f51ffe6ea9eeb497f16736415fd58..9b9b10055baa3b6641db8590d6fe57f118464916 100644 (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);