test: close epoll handle after running test-ctl-fuzz
This commit is contained in:
parent
9114b4232a
commit
ada9cb5910
@ -88,5 +88,7 @@ int main(void) {
|
|||||||
}
|
}
|
||||||
} while (total_time < RUN_TIME);
|
} while (total_time < RUN_TIME);
|
||||||
|
|
||||||
|
epoll_close(epfd);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user