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; }