From f4ee4f5670f57459ed391fdb5398bb504f641f37 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Thu, 1 Apr 2010 14:58:46 +0200 Subject: [PATCH] Properly clear list tail ptr in segment list. --- src/stream-tcp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stream-tcp.c b/src/stream-tcp.c index 594b53b5be..1bf4983b64 100644 --- a/src/stream-tcp.c +++ b/src/stream-tcp.c @@ -142,6 +142,7 @@ void StreamTcpReturnStreamSegments (TcpStream *stream) } stream->seg_list = NULL; + stream->seg_list_tail = NULL; } /** \brief Function to return the stream back to the pool. It returns the