We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c8307f commit b3494c8Copy full SHA for b3494c8
src/flb_config.c
@@ -401,9 +401,8 @@ void flb_config_exit(struct flb_config *config)
401
402
/* Event flush */
403
if (config->evl) {
404
- mk_event_del(config->evl, &config->event_flush);
+ mk_event_timeout_destroy(config->evl, &config->event_flush);
405
}
406
- mk_event_closesocket(config->flush_fd);
407
408
/* Release scheduler */
409
flb_sched_destroy(config->sched);
0 commit comments