From: Andi Gutmans Date: Thu, 21 Oct 2004 00:47:11 +0000 (+0000) Subject: - Fix bug #30395 (Apache Child Segmentation fault in specific PHP-Code) X-Git-Tag: php-5.0.3RC1~135 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6e0f60774a62c97f4f461ea8e78ef47c9dd560a;p=php - Fix bug #30395 (Apache Child Segmentation fault in specific PHP-Code) --- diff --git a/Zend/zend_execute.c b/Zend/zend_execute.c index 2e69f5a1c7..f84a77ba92 100644 --- a/Zend/zend_execute.c +++ b/Zend/zend_execute.c @@ -378,7 +378,7 @@ static inline void zend_assign_to_object(znode *result, zval **object_ptr, znode *retval = EG(uninitialized_zval_ptr); SELECTIVE_PZVAL_LOCK(*retval, result); - PZVAL_UNLOCK(value); + FREE_OP(Ts, value_op, free_value); return; }