merge-requests/6/head
Mr_Goldberg 6 years ago
parent 5af7508e2f
commit 08a96883e7
No known key found for this signature in database
GPG Key ID: 8597D87419DEF278

@ -251,6 +251,8 @@ bool Steam_HTTP::ReleaseHTTPRequest( HTTPRequestHandle hRequest )
if (c->handle == hRequest) {
c = requests.erase(c);
return true;
} else {
++c;
}
}

Loading…
Cancel
Save