mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
fixed compilation warning
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
if (--_obj->gc.refcount == 0) { \
|
||||
zend_objects_store_del(_obj TSRMLS_CC); \
|
||||
} else { \
|
||||
gc_possible_root(_obj TSRMLS_CC); \
|
||||
gc_possible_root(&_obj->gc TSRMLS_CC); \
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user