Skip to content
Snippets Groups Projects
Commit b6307181 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard
Browse files

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).
parent 2cbaa59a
No related branches found
No related tags found
No related merge requests found
Loading
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