This commit is contained in:
@@ -1758,7 +1758,7 @@ static void NetworkHandleCommandQueue(NetworkClientSocket *cs)
|
||||
CommandPacket *cp;
|
||||
while ((cp = cs->outgoing_queue.Pop()) != nullptr) {
|
||||
cs->SendCommand(cp);
|
||||
free(cp);
|
||||
delete cp;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user