test: close epoll handle after running test-ctl-fuzz

This commit is contained in:
Bert Belder 2017-12-05 20:09:48 +01:00
parent 9114b4232a
commit ada9cb5910

View File

@ -88,5 +88,7 @@ int main(void) {
} }
} while (total_time < RUN_TIME); } while (total_time < RUN_TIME);
epoll_close(epfd);
return 0; return 0;
} }