(svn r15206) -Fix [FS#2567]: memory corruption due to not properly cleanup up the mess when cancelling a download
This commit is contained in:
@@ -102,7 +102,6 @@ struct ContentInfo {
|
||||
class NetworkContentSocketHandler : public NetworkTCPSocketHandler {
|
||||
protected:
|
||||
struct sockaddr_in client_addr; ///< The address we're connected to.
|
||||
NetworkRecvStatus CloseConnection();
|
||||
virtual void Close();
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user