release the g_epfd whent he engine is shutdown

reviewable/pr11816/r4
Sree Kuchibhotla 7 years ago
parent c9caedd95a
commit 54c31c782f
  1. 1
      src/core/lib/iomgr/ev_epoll1_linux.c

@ -965,6 +965,7 @@ static void pollset_set_del_pollset_set(grpc_exec_ctx *exec_ctx,
static void shutdown_engine(void) {
fd_global_shutdown();
pollset_global_shutdown();
close(g_epfd);
}
static const grpc_event_engine_vtable vtable = {

Loading…
Cancel
Save