mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-30 17:10:24 +01:00
This commit is contained in:
parent
b6fb020388
commit
d38079d053
@ -45,7 +45,7 @@ TCPConnecter::~TCPConnecter()
|
|||||||
this->sockets.clear();
|
this->sockets.clear();
|
||||||
this->sock_to_address.clear();
|
this->sock_to_address.clear();
|
||||||
|
|
||||||
freeaddrinfo(this->ai);
|
if (this->ai != nullptr) freeaddrinfo(this->ai);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user