diff options
Diffstat (limited to 'utils.c')
-rw-r--r-- | utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1081,6 +1081,7 @@ poller_init (struct poller *self) self->revents_len = 0; poller_timers_init (&self->timers); + self->idle = NULL; } static void |