mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 22:58:17 +02:00
Force disconnected epoll source removal
Rather than relying on disconnected sources to get automatically removed from epoll, we explicitly remove them on disconnection events.
This commit is contained in:
parent
52c0bbc1c5
commit
4be7901218
1 changed files with 0 additions and 1 deletions
|
|
@ -1224,7 +1224,6 @@ ply_event_loop_process_pending_events (ply_event_loop_t *loop)
|
|||
|
||||
if (is_disconnected)
|
||||
{
|
||||
source->is_getting_polled = false;
|
||||
ply_event_loop_disconnect_source (loop, source);
|
||||
}
|
||||
else if (ply_event_loop_source_has_met_status (source, status))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue