From: Dmitry Stogov Date: Thu, 20 Oct 2005 07:30:42 +0000 (+0000) Subject: Fixed bug #31177 (menory leaks and corruption because of incorrect refcounting). X-Git-Tag: php-5.1.0RC4~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d32c6512e1052f3c89fe0604ae1b5748d438c624;p=php Fixed bug #31177 (menory leaks and corruption because of incorrect refcounting). --- diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index 8a2c3b9cd5..e29250fe6c 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -291,7 +291,6 @@ struct _zend_execute_data { union _temp_variable *Ts; zval ***CVs; zend_bool original_in_execution; - zend_class_entry *calling_scope; HashTable *symbol_table; struct _zend_execute_data *prev_execute_data; zval *old_error_reporting;