wininet: Fix handle leak.
This commit is contained in:
parent
8975ad6e31
commit
85e2b4d7df
|
@ -1883,6 +1883,8 @@ static void http_release_netconn(http_request_t *req, BOOL reuse)
|
|||
if(module)
|
||||
FreeLibrary(module);
|
||||
}
|
||||
else
|
||||
CloseHandle(thread);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue