A few lines above it we do (*src_entry)->refcount++;,
so for clarity reasons IMO it is better to "revert" the affect of the earlier statement by doing (*src_entry)->refcount--;.


Ilia

Moriyoshi Koizumi wrote:
On 2005/02/17, at 13:44, Ilia Alshanetsky wrote:

+                } else {
+                    (*src_entry)->refcount--;
+                }


Wouldn't it be better to use zend_ptr_dtor() here?

Moriyoshi




-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to