mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2024-10-30 21:20:10 +00:00
Fix bug.
This commit is contained in:
parent
5af7508e2f
commit
08a96883e7
@ -251,6 +251,8 @@ bool Steam_HTTP::ReleaseHTTPRequest( HTTPRequestHandle hRequest )
|
||||
if (c->handle == hRequest) {
|
||||
c = requests.erase(c);
|
||||
return true;
|
||||
} else {
|
||||
++c;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user