Skip to content
Snippets Groups Projects
Commit 578a1a6b authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard
Browse files

wininet: Fix a request string leak.

parent 0d623c78
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment