Sweden-Number/dlls/winhttp
Alex Henrie 2b63fdd9a5 winhttp: Fix memory leak on error path in WinHttpCrackUrl (Coverity).
And use a single variable for the encoded or decoded URL so that free
only has to be called once.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-02 18:43:10 +01:00
..
tests winhttp/tests: Avoid "misleading indentation" warnings. 2022-01-31 18:38:54 +01:00
Makefile.in include: Add support for defining Win32 types as 'long' where possible. 2022-01-27 20:38:22 +01:00
cookie.c
handle.c
main.c
net.c winhttp: Attemp sync websocket send even if data doesn't fit SSL buffer. 2022-01-27 17:56:06 +01:00
request.c winhttp: Don't allow queueing websocket receive if another is pending. 2022-01-28 21:10:21 +01:00
rsrc.rc
session.c winhttp: Use DNS only for proxy auto-detection. 2021-11-30 22:07:21 +01:00
url.c winhttp: Fix memory leak on error path in WinHttpCrackUrl (Coverity). 2022-02-02 18:43:10 +01:00
winhttp.spec
winhttp_private.h winhttp: Allow synchronous nonblocking send in send_socket_shutdown(). 2022-01-27 17:56:06 +01:00
winhttp_tlb.idl