]> granicus.if.org Git - php/commitdiff
- Fix bug #30395 (Apache Child Segmentation fault in specific PHP-Code)
authorAndi Gutmans <andi@php.net>
Thu, 21 Oct 2004 00:47:11 +0000 (00:47 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 21 Oct 2004 00:47:11 +0000 (00:47 +0000)
Zend/zend_execute.c

index 2e69f5a1c78a68b1190c2b4c329854ff7e9f44a5..f84a77ba9236ff7a4d53a982ca55403c303331af 100644 (file)
@@ -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;
        }