]> granicus.if.org Git - php/commitdiff
Fixed bug #31177 (menory leaks and corruption because of incorrect refcounting).
authorDmitry Stogov <dmitry@php.net>
Thu, 20 Oct 2005 07:30:42 +0000 (07:30 +0000)
committerDmitry Stogov <dmitry@php.net>
Thu, 20 Oct 2005 07:30:42 +0000 (07:30 +0000)
Zend/zend_compile.h

index 8a2c3b9cd59e524474ee01a95226520780772f9e..e29250fe6c088bf2e688b9eef290df1d8ad58d07 100644 (file)
@@ -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;