From: Russ Combs Date: Wed, 9 Jul 2014 05:43:34 +0000 (-0400) Subject: valgrind fix X-Git-Tag: 3.0.0-233~1444^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15386450ab4e2b5e7bd585b09fc347cbdd48300b;p=thirdparty%2Fsnort3.git valgrind fix --- diff --git a/src/stream/tcp/stream_tcp.cc b/src/stream/tcp/stream_tcp.cc index 9a79cf186..ff05c542b 100644 --- a/src/stream/tcp/stream_tcp.cc +++ b/src/stream/tcp/stream_tcp.cc @@ -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*)