(svn r15206) -Fix [FS#2567]: memory corruption due to not properly cleanup up the mess when cancelling a download
This commit is contained in:
@@ -22,6 +22,7 @@ private:
|
||||
public:
|
||||
bool writable; ///< Can we write to this socket?
|
||||
|
||||
virtual NetworkRecvStatus CloseConnection();
|
||||
void Send_Packet(Packet *packet);
|
||||
bool Send_Packets();
|
||||
bool IsPacketQueueEmpty();
|
||||
|
Reference in New Issue
Block a user