Skip to content

Commit 6ff665c

Browse files
committed
Test
1 parent 62ae70f commit 6ff665c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Zend/zend_variables.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ static zend_always_inline void i_zval_ptr_dtor(zval *zval_ptr)
4242
if (Z_REFCOUNTED_P(zval_ptr)) {
4343
zend_refcounted *ref = Z_COUNTED_P(zval_ptr);
4444
if (!GC_DELREF(ref)) {
45-
printf("Freeing %p\n", zval_ptr);
46-
fflush(stdout);
45+
//printf("Freeing %p\n", zval_ptr);
46+
//fflush(stdout);
4747
rc_dtor_func(ref);
4848
} else {
4949
gc_check_possible_root(ref);

0 commit comments

Comments
 (0)