Commit 5010f093 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

wininet: Fix WININET_SetAuthorization on error path (coverity).

parent 585a66a4
......@@ -188,7 +188,7 @@ static BOOL WININET_SetAuthorization( http_request_t *request, LPWSTR username,
q = heap_strdupW(password);
if( !q )
{
heap_free(username);
heap_free(p);
return FALSE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment