mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[WININET]
Fix handle leak Already sent & committed upstream: http://source.winehq.org/git/wine.git/commit/85e2b4d7df04387908eeb027731e0492e68fa506 svn path=/trunk/; revision=54830
This commit is contained in:
@@ -1900,6 +1900,8 @@ static void http_release_netconn(http_request_t *req, BOOL reuse)
|
||||
if(module)
|
||||
FreeLibrary(module);
|
||||
}
|
||||
else
|
||||
CloseHandle(thread);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user