Skip to content

Commit 6f807a3

Browse files
committed
Test
1 parent dba5fef commit 6f807a3

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
@@ -42,6 +42,7 @@ 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);
4546
rc_dtor_func(ref);
4647
} else {
4748
gc_check_possible_root(ref);

0 commit comments

Comments
 (0)