]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
valgrind fix
authorRuss Combs <rucombs@cisco.com>
Wed, 9 Jul 2014 05:43:34 +0000 (01:43 -0400)
committerRuss Combs <rucombs@cisco.com>
Wed, 9 Jul 2014 05:43:34 +0000 (01:43 -0400)
src/stream/tcp/stream_tcp.cc

index 9a79cf1864464bc791d9cca6d755b358310ca671..ff05c542ba17241600b596228380ea587790a63c 100644 (file)
@@ -74,7 +74,7 @@ void StreamTcp::pinit()
 
 void StreamTcp::pterm()
 {
-    //tcp_sterm();  // FIXIT can't do until after StreamBase::pterm()
+    tcp_sterm();
 }
 
 void StreamTcp::show(SnortConfig*)