diff --git a/reactos/dll/win32/wininet/http.c b/reactos/dll/win32/wininet/http.c index 3c0d75d7e63..14340cd8d34 100644 --- a/reactos/dll/win32/wininet/http.c +++ b/reactos/dll/win32/wininet/http.c @@ -1900,6 +1900,8 @@ static void http_release_netconn(http_request_t *req, BOOL reuse) if(module) FreeLibrary(module); } + else + CloseHandle(thread); } return; }