unittests: clean up memory for bytemath tests

pull/14025/head
Victor Julien 1 month ago committed by Victor Julien
parent e1ff9b1dcc
commit 63fcbae810

@ -896,7 +896,7 @@ static int DetectByteMathPacket01(void)
FLOW_DESTROY(&f);
UTHFreePacket(p);
StatsThreadCleanup(&tv);
PASS;
}
@ -998,6 +998,7 @@ static int DetectByteMathPacket02(void)
FLOW_DESTROY(&f);
UTHFreePacket(p);
StatsThreadCleanup(&tv);
PASS;
}

Loading…
Cancel
Save