mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-31 03:39:57 +02:00
Don't try to parse update check response if it's NULL!
This commit is contained in:
@@ -643,7 +643,7 @@ void Client::Tick()
|
|||||||
if(data)
|
if(data)
|
||||||
free(data);
|
free(data);
|
||||||
}
|
}
|
||||||
else
|
else if(data)
|
||||||
{
|
{
|
||||||
std::istringstream dataStream(data);
|
std::istringstream dataStream(data);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user