unittests: clean up memory for detect fast_pattern tests

pull/14025/head
Victor Julien 1 month ago committed by Victor Julien
parent b66592a8b2
commit 91b7374128

@ -1071,6 +1071,7 @@ static int DetectFastPatternTest14(void)
DetectEngineThreadCtxDeinit(&th_v, (void *)det_ctx);
DetectEngineCtxFree(de_ctx);
FlowShutdown();
StatsThreadCleanup(&th_v);
PASS;
}

Loading…
Cancel
Save