Commit 85e2b4d7 authored by Pierre Schweitzer's avatar Pierre Schweitzer Committed by Alexandre Julliard

wininet: Fix handle leak.

parent 8975ad6e
......@@ -1883,6 +1883,8 @@ static void http_release_netconn(http_request_t *req, BOOL reuse)
if(module)
FreeLibrary(module);
}
else
CloseHandle(thread);
}
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment