From: Andi Gutmans Date: Fri, 22 Oct 2004 01:55:39 +0000 (+0000) Subject: - Fix crash (MFB PHP5_0) X-Git-Tag: PRE_NEW_VM_GEN_PATCH~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd92acac4f398cd8bc49c0f2f75082a46bb90599;p=php - Fix crash (MFB PHP5_0) --- diff --git a/Zend/zend_execute.c b/Zend/zend_execute.c index 52a437bfd0..bc2888f471 100644 --- a/Zend/zend_execute.c +++ b/Zend/zend_execute.c @@ -637,7 +637,7 @@ static inline void zend_assign_to_object(znode *result, zval **object_ptr, znode *retval = EG(uninitialized_zval_ptr); PZVAL_LOCK(*retval); } - PZVAL_UNLOCK_FREE(value); + FREE_OP(free_value); return; }