(svn r21182) -Fix: possible just-freed memory reads

This commit is contained in:
rubidium
2010-11-14 12:05:24 +00:00
parent a9da53c106
commit 673b3711b4
2 changed files with 4 additions and 5 deletions

View File

@@ -82,6 +82,8 @@ void NetworkTCPSocketHandler::Send_Packet(Packet *packet)
* data right now (full network-buffer, it happens ;))
* 3) sending took too long
* @param closing_down Whether we are closing down the connection.
* @return \c true if a (part of a) packet could be sent and
* the connection is not closed yet.
*/
bool NetworkTCPSocketHandler::Send_Packets(bool closing_down)
{