From d32c6512e1052f3c89fe0604ae1b5748d438c624 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Thu, 20 Oct 2005 07:30:42 +0000 Subject: [PATCH] Fixed bug #31177 (menory leaks and corruption because of incorrect refcounting). --- Zend/zend_compile.h | 1 - 1 file changed, 1 deletion(-) 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; -- 2.40.0