Fix bug.
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