Don't try to parse update check response if it's NULL!
This commit is contained in:
parent
340a02f37e
commit
700aff4784
@ -643,7 +643,7 @@ void Client::Tick()
|
||||
if(data)
|
||||
free(data);
|
||||
}
|
||||
else
|
||||
else if(data)
|
||||
{
|
||||
std::istringstream dataStream(data);
|
||||
|
||||
|
Reference in New Issue
Block a user