unittests: clean up memory for dsize tests

pull/14025/head
Victor Julien 1 month ago committed by Victor Julien
parent 1a926f5953
commit d69f5f1b68

@ -628,10 +628,9 @@ static int DetectDsizeIcmpv6Test01(void)
DetectEngineThreadCtxDeinit(&th_v, (void *)det_ctx); DetectEngineThreadCtxDeinit(&th_v, (void *)det_ctx);
DetectEngineCtxFree(de_ctx); DetectEngineCtxFree(de_ctx);
PacketRecycle(p); PacketFree(p);
FlowShutdown(); FlowShutdown();
SCFree(p); StatsThreadCleanup(&th_v);
PASS; PASS;
} }

Loading…
Cancel
Save