libev: fix error `ev_io_closing` implementation.
Fixed error in implementation of `ev_io_closing`: this function is called to do same work as `fd_kill` and should call it after checking fd (in `coio_close` we pass invalid event value, that leads to assertion in new libev version).
Loading
Please register or sign in to comment