]> Sergey Matveev's repositories - public-inbox.git/commit
lei: dclose: do not EPOLL_CTL_DEL w/o event_init
authorEric Wong <e@80x24.org>
Thu, 4 Mar 2021 09:03:12 +0000 (17:03 +0800)
committerEric Wong <e@80x24.org>
Thu, 4 Mar 2021 18:29:38 +0000 (14:29 -0400)
commitd74c4c9c2802b88a627dbc55e8e10cbc57e82b1d
treee2a138353b647ff11a19b2c13bf9da2c5cce5b82
parent1d0616b4ee744185ef6c1ff8672ea4521497406a
lei: dclose: do not EPOLL_CTL_DEL w/o event_init

It's possible we'll hit a die() statement which triggers
lei->dclose, but aren't in the event loop, yet.
lib/PublicInbox/LEI.pm