From: Jeff Lucovsky Date: Fri, 23 Aug 2019 00:08:12 +0000 (-0400) Subject: app-layer: Invoke FTP parser cleanup function X-Git-Tag: suricata-5.0.0-rc1~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc68ef4657d11410c45ca9887d8b38c81a5aa07f;p=thirdparty%2Fsuricata.git app-layer: Invoke FTP parser cleanup function --- 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);