From: Dmitry Stogov Date: Thu, 20 Mar 2014 07:36:59 +0000 (+0400) Subject: fixed compilation warning X-Git-Tag: POST_PHPNG_MERGE~412^2~261 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4e75025488630ff5aa567b521e806af455345d3;p=php fixed compilation warning --- diff --git a/Zend/zend_objects_API.h b/Zend/zend_objects_API.h index 7be815e9de..e6578ea306 100644 --- a/Zend/zend_objects_API.h +++ b/Zend/zend_objects_API.h @@ -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)