diff --git a/src/detect-detection-filter.c b/src/detect-detection-filter.c index 47cbfeb95f..7614bf2fbd 100644 --- a/src/detect-detection-filter.c +++ b/src/detect-detection-filter.c @@ -419,7 +419,7 @@ static int DetectDetectionFilterTestSig1(void) UTHFreePackets(&p, 1); ThresholdDestroy(); - + StatsThreadCleanup(&th_v); PASS; } @@ -481,7 +481,7 @@ static int DetectDetectionFilterTestSig2(void) UTHFreePackets(&p, 1); ThresholdDestroy(); - + StatsThreadCleanup(&th_v); PASS; } @@ -557,7 +557,7 @@ static int DetectDetectionFilterTestSig3(void) UTHFreePackets(&p, 1); ThresholdDestroy(); - + StatsThreadCleanup(&th_v); PASS; }