wininet: Fix a memory leak.
This commit is contained in:
parent
da5e4f16d8
commit
e3e2622e41
|
@ -3833,7 +3833,10 @@ lend:
|
|||
if (bSuccess)
|
||||
return rc;
|
||||
else
|
||||
{
|
||||
HeapFree(GetProcessHeap(), 0, lpszRawHeaders);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue