]> granicus.if.org Git - php/commitdiff
Fixed bug in fix for bug #29707
authorDmitry Stogov <dmitry@php.net>
Wed, 22 Sep 2004 06:32:19 +0000 (06:32 +0000)
committerDmitry Stogov <dmitry@php.net>
Wed, 22 Sep 2004 06:32:19 +0000 (06:32 +0000)
Zend/zend_execute.c

index d2dea61b781676d6dd480299232cd3b3dc91dd52..d4d80dd763f3438de59e9421ddd0a3151630bc99 100644 (file)
@@ -562,7 +562,6 @@ static inline void zend_assign_to_variable(znode *result, znode *op1, znode *op2
                        */
                } while (0);
                /* zval_ptr_dtor(&T->str_offset.str); Nuke this line if it doesn't cause a leak */
-               T->tmp_var.type = IS_STRING;
                
 /*             T(result->u.var).var.ptr_ptr = &EG(uninitialized_zval_ptr); */
                if (!RETURN_VALUE_UNUSED(result)) {