From 9d3ef1e3baaf7645a43abb2775362bab3ce78304 Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Wed, 28 Aug 2024 15:28:20 -0600 Subject: [PATCH] tests: prometheus_parser: fix conflict issue Signed-off-by: Eduardo Silva --- tests/prometheus_parser.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/prometheus_parser.c b/tests/prometheus_parser.c index 461cdec..9d176bd 100644 --- a/tests/prometheus_parser.c +++ b/tests/prometheus_parser.c @@ -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); }