mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[WININET]
Fix handle leak
Already sent & committed upstream: 85e2b4d7df
svn path=/trunk/; revision=54830
This commit is contained in:
parent
1bb43abd3a
commit
612b04ffe2
1 changed files with 2 additions and 0 deletions
|
@ -1900,6 +1900,8 @@ static void http_release_netconn(http_request_t *req, BOOL reuse)
|
|||
if(module)
|
||||
FreeLibrary(module);
|
||||
}
|
||||
else
|
||||
CloseHandle(thread);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue