From 696b9fde636d88d10868395be37f443ea9bc497b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Thu, 26 Nov 2009 23:28:05 +0000 Subject: [PATCH] * one more place to NULL it --- webcit/tcp_sockets.c | 1 + 1 file changed, 1 insertion(+) diff --git a/webcit/tcp_sockets.c b/webcit/tcp_sockets.c index 841021ee2..9c2393b9f 100644 --- a/webcit/tcp_sockets.c +++ b/webcit/tcp_sockets.c @@ -781,6 +781,7 @@ SessionDestroyModule_TCPSOCKETS { FreeStrBuf(&sess->CLineBuf); FreeStrBuf(&sess->ReadBuf); + sess->ReadPos = NULL; FreeStrBuf(&sess->MigrateReadLineBuf); if (sess->serv_sock > 0) close(sess->serv_sock); -- 2.30.2