We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5d49e commit 1af833cCopy full SHA for 1af833c
1 file changed
plugins/in_event_type/event_type.c
@@ -274,6 +274,7 @@ static int send_traces(struct flb_input_instance *ins)
274
span_root = ctr_span_create(ctx, scope_span, "main", NULL);
275
if (!span_root) {
276
ctr_destroy(ctx);
277
+ ctr_id_destroy(span_id);
278
ctr_opts_exit(&opts);
279
return -1;
280
}
0 commit comments