Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
epoll: close fd on alloc fail at initialization
If the memory allocations fail then we free any other allocated structures but don't close the file descriptor resulting in an leak of fd's.
- Loading branch information