mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00

uv_fs_scandir() leaked an entry when you called it on a directory with a single entry _and_ you didn't run the iterator until UV_EOF. Fixes: https://github.com/libuv/libuv/issues/3748