Skip to content

Commit

Permalink
tests: prometheus_parser: fix conflict issue
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Aug 28, 2024
1 parent 5d14c6d commit 9d3ef1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/prometheus_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -1689,7 +1689,6 @@ void test_issue_fluent_bit_9267()
if (cmt != NULL) {
cmt_decode_prometheus_destroy(cmt);
}
cmt_decode_prometheus_destroy(cmt);
cfl_sds_destroy(in_buf);
}

Expand Down

0 comments on commit 9d3ef1e

Please sign in to comment.