Skip to content

Commit 62ae70f

Browse files
committed
Test
1 parent 6f807a3 commit 62ae70f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Zend/zend_variables.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ static zend_always_inline void i_zval_ptr_dtor(zval *zval_ptr)
4343
zend_refcounted *ref = Z_COUNTED_P(zval_ptr);
4444
if (!GC_DELREF(ref)) {
4545
printf("Freeing %p\n", zval_ptr);
46+
fflush(stdout);
4647
rc_dtor_func(ref);
4748
} else {
4849
gc_check_possible_root(ref);

0 commit comments

Comments
 (0)