]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
app-layer: Invoke FTP parser cleanup function
authorJeff Lucovsky <jeff@lucovsky.org>
Fri, 23 Aug 2019 00:08:12 +0000 (20:08 -0400)
committerVictor Julien <victor@inliniac.net>
Mon, 26 Aug 2019 08:15:10 +0000 (10:15 +0200)
src/app-layer-parser.c

index c0049552110e6c48079584843498e19e9e884aa5..30ce3a7fa7451976ba78d435ce7aaf86aad6b634 100644 (file)
@@ -240,6 +240,7 @@ int AppLayerParserDeSetup(void)
 {
     SCEnter();
 
+    FTPParserCleanup();
     SMTPParserCleanup();
 
     SCReturnInt(0);