mirror of
https://github.com/reactos/wine.git
synced 2025-02-11 15:17:12 +00:00
winhttp: Add a missing goto in winhttp_request_get_Status.
This commit is contained in:
parent
4788c214e2
commit
10cb483cf1
@ -3040,6 +3040,7 @@ static HRESULT WINAPI winhttp_request_get_Status(
|
||||
if (!WinHttpQueryHeaders( request->hrequest, flags, NULL, &status_code, &len, &index ))
|
||||
{
|
||||
err = get_last_error();
|
||||
goto done;
|
||||
}
|
||||
*status = status_code;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user