fix: remove orphan ADDREF which causes resource leaks (#118) by sj-i · Pull Request #119 · amphp/ext-uv · GitHub
DRANK
Resolves #118 First use of PHP_UV_ZVAL_TO_FD() after PHP_UV_FS_SETUP() already adds the refcount, and there are no matching DECREF for those explicit ADDREFs. So those extra additions cause resourc...