From: Dmitry Stogov Date: Wed, 28 Feb 2018 07:16:51 +0000 (+0300) Subject: typo X-Git-Tag: php-7.3.0alpha1~282 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31e5c34542b9332089470d3ba180fd12ae0e7778;p=php typo --- diff --git a/Zend/zend_gc.c b/Zend/zend_gc.c index beb3bcd326..ddab381ff4 100644 --- a/Zend/zend_gc.c +++ b/Zend/zend_gc.c @@ -453,7 +453,7 @@ ZEND_API void ZEND_FASTCALL gc_remove_from_buffer(zend_refcounted *ref) gc_remove_from_additional_roots(root); } if (GC_REF_GET_COLOR(ref) != GC_BLACK) { - GC_TRACE_SET_COLOR(ref, GC_PURPLE); + GC_TRACE_SET_COLOR(ref, GC_BLACK); } GC_REF_SET_INFO(ref, 0);