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 2f755a8 commit 2c8aa36Copy full SHA for 2c8aa36
plugins/in_prometheus_scrape/prom_scrape.c
@@ -65,6 +65,7 @@ static struct prom_scrape *prom_scrape_create(struct flb_input_instance *ins,
65
66
if (!upstream) {
67
flb_plg_error(ins, "upstream initialization error");
68
+ flb_free(ctx);
69
return NULL;
70
}
71
ctx->upstream = upstream;
0 commit comments