This commit is contained in:
Mr_Goldberg 2019-04-21 16:47:54 -04:00
parent 5af7508e2f
commit 08a96883e7
No known key found for this signature in database
GPG Key ID: 8597D87419DEF278
1 changed files with 2 additions and 0 deletions

View File

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