]> granicus.if.org Git - php/commitdiff
typo
authorDmitry Stogov <dmitry@zend.com>
Wed, 28 Feb 2018 07:16:51 +0000 (10:16 +0300)
committerDmitry Stogov <dmitry@zend.com>
Wed, 28 Feb 2018 07:16:51 +0000 (10:16 +0300)
Zend/zend_gc.c

index beb3bcd326d7643a65485384c714819a0ff0bc4e..ddab381ff4e8284cf98e78c61738f8e849be2e62 100644 (file)
@@ -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);