From bc68ef4657d11410c45ca9887d8b38c81a5aa07f Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Thu, 22 Aug 2019 20:08:12 -0400 Subject: [PATCH] app-layer: Invoke FTP parser cleanup function --- src/app-layer-parser.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app-layer-parser.c b/src/app-layer-parser.c index c004955211..30ce3a7fa7 100644 --- a/src/app-layer-parser.c +++ b/src/app-layer-parser.c @@ -240,6 +240,7 @@ int AppLayerParserDeSetup(void) { SCEnter(); + FTPParserCleanup(); SMTPParserCleanup(); SCReturnInt(0);