mirror of
https://github.com/reactos/wine.git
synced 2024-12-01 15:40:43 +00:00
wininet: Fix a request string leak.
This commit is contained in:
parent
0d623c784c
commit
578a1a6b26
@ -4924,6 +4924,7 @@ static DWORD HTTP_HttpSendRequestW(http_request_t *request, LPCWSTR lpszHeaders,
|
||||
request->session->appInfo->proxyPassword,
|
||||
NULL))
|
||||
{
|
||||
heap_free(requestString);
|
||||
if(!drain_content(request, TRUE)) {
|
||||
FIXME("Could not drain content\n");
|
||||
http_release_netconn(request, FALSE);
|
||||
|
Loading…
Reference in New Issue
Block a user