From 91b737412889dff7644c7654de9c0d8ae76d9332 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Fri, 10 Oct 2025 20:54:21 +0200 Subject: [PATCH] unittests: clean up memory for detect fast_pattern tests --- src/detect-fast-pattern.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/detect-fast-pattern.c b/src/detect-fast-pattern.c index 5aca0e3766..3a0307a7b4 100644 --- a/src/detect-fast-pattern.c +++ b/src/detect-fast-pattern.c @@ -1071,6 +1071,7 @@ static int DetectFastPatternTest14(void) DetectEngineThreadCtxDeinit(&th_v, (void *)det_ctx); DetectEngineCtxFree(de_ctx); FlowShutdown(); + StatsThreadCleanup(&th_v); PASS; }