wine/dlls/winhttp
Alex Henrie b630718149 winhttp: Fix double free on error path in queue_task (scan-build).
queue_task cannot free the struct because it doesn't know whether the
struct contains pointers to other dynamically allocated memory that also
needs to be freed (as is the case with struct send_request).
2023-06-08 12:03:20 +02:00
..
tests winhttp/tests: Fix a test failure. 2023-05-22 11:10:27 +02:00
cookie.c
handle.c
main.c
Makefile.in
net.c
request.c winhttp: Fix double free on error path in queue_task (scan-build). 2023-06-08 12:03:20 +02:00
rsrc.rc
session.c winhttp: Avoid unnecessary cast in connect_query_option(). 2023-04-25 10:32:37 +02:00
url.c
winhttp.spec
winhttp_private.h
winhttp_tlb.idl