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 71eb3e1 commit a2ceceeCopy full SHA for a2cecee
plugins/in_docker_events/docker_events_config.c
@@ -67,6 +67,8 @@ struct flb_in_de_config *de_config_init(struct flb_input_instance *ins,
67
ctx->parser = flb_parser_get(tmp, config);
68
if (ctx->parser == NULL) {
69
flb_plg_error(ctx->ins, "requested parser '%s' not found", tmp);
70
+ flb_free(ctx->buf);
71
+ flb_free(ctx);
72
return NULL;
73
}
74
0 commit comments