From a74a8c874f81fc805223fdc84cf70d23c64a8570 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 1 Dec 2015 15:20:19 +0100 Subject: [PATCH] smtp: reset inspection buffers --- src/detect.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/detect.c b/src/detect.c index 401d2b008d..74a1b8a927 100644 --- a/src/detect.c +++ b/src/detect.c @@ -1827,6 +1827,7 @@ end: DetectEngineCleanHCBDBuffers(det_ctx); DetectEngineCleanHSBDBuffers(det_ctx); DetectEngineCleanHHDBuffers(det_ctx); + DetectEngineCleanSMTPBuffers(det_ctx); /* store the found sgh (or NULL) in the flow to save us from looking it * up again for the next packet. Also return any stream chunk we processed -- 2.47.3