diff --git a/src/detect.c b/src/detect.c index 0b31a8471e..70612516fb 100644 --- a/src/detect.c +++ b/src/detect.c @@ -1638,9 +1638,9 @@ static void DetectRunTx(ThreadVars *tv, StoreDetectFlags(&tx, flow_flags, ipproto, alproto, new_detect_flags); } -next: InspectionBufferClean(det_ctx); + next: if (!ires.has_next) break; }