From: Zeev Suraski Date: Thu, 21 Jun 2001 08:17:09 +0000 (+0000) Subject: Fix bug #11590 (I want Andi to also review this patch before it goes into 4.0.6) X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3276cfd9505a65db20851ff15d1091532bb95f57;p=php Fix bug #11590 (I want Andi to also review this patch before it goes into 4.0.6) --- diff --git a/Zend/zend_execute.c b/Zend/zend_execute.c index 9a105fff82..74f6711748 100644 --- a/Zend/zend_execute.c +++ b/Zend/zend_execute.c @@ -590,7 +590,6 @@ static void fetch_overloaded_element(znode *result, znode *op1, znode *op2, temp zend_overloaded_element overloaded_element; if (Ts[op1->u.var].EA.type == IS_STRING_OFFSET) { - zval_ptr_dtor(&Ts[op1->u.var].EA.data.str_offset.str); switch (type) { case BP_VAR_R: case BP_VAR_IS: