Skip to content

Commit

Permalink
Fix Poll poller shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneo committed Dec 18, 2024
1 parent 355313e commit 4f8355f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/lib/event_engine/posix_engine/ev_poll_posix.cc
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,7 @@ PollPoller::~PollPoller() {
// They should have been orphaned before reaching this state.
CHECK_EQ(num_poll_handles_, 0);
CHECK_EQ(poll_handles_list_head_, nullptr);
wakeup_fd_.reset();
}

Poller::WorkResult PollPoller::Work(
Expand Down

0 comments on commit 4f8355f

Please sign in to comment.