mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
wininet: Fix a memory leak.
Found by Valgrind.
This commit is contained in:
parent
5d8861b084
commit
e5180c101b
@ -3592,6 +3592,7 @@ static DWORD HTTP_HttpSendRequestW(http_request_t *lpwhr, LPCWSTR lpszHeaders,
|
||||
lpwhr->lpHttpSession->lpszPassword,
|
||||
Host->lpszValue))
|
||||
{
|
||||
HeapFree(GetProcessHeap(), 0, requestString);
|
||||
loop_next = TRUE;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user