]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 3842: Segfault during connection close in ConnStateData::stopReceiving()
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 29 Jun 2013 11:37:08 +0000 (05:37 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 29 Jun 2013 11:37:08 +0000 (05:37 -0600)
src/client_side.cc

index dbe8031626dbcf2eef9038f7e4277908e2baa2ef..0e893201900830d7fc4c66543ee316f4da195722 100644 (file)
@@ -872,7 +872,6 @@ ConnStateData::swanSong()
 
     if (Comm::IsConnOpen(clientConnection))
         clientConnection->close();
-    clientConnection = NULL;
 
 #if USE_AUTH
     // NP: do this bit after closing the connections to avoid side effects from unwanted TCP RST