Author: pschweitzer Date: Tue Jan 3 20:45:28 2012 New Revision: 54830
URL: http://svn.reactos.org/svn/reactos?rev=54830&view=rev Log: [WININET] Fix handle leak Already sent & committed upstream: http://source.winehq.org/git/wine.git/commit/85e2b4d7df04387908eeb027731e049...
Modified: trunk/reactos/dll/win32/wininet/http.c
Modified: trunk/reactos/dll/win32/wininet/http.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/wininet/http.c?re... ============================================================================== --- trunk/reactos/dll/win32/wininet/http.c [iso-8859-1] (original) +++ trunk/reactos/dll/win32/wininet/http.c [iso-8859-1] Tue Jan 3 20:45:28 2012 @@ -1900,6 +1900,8 @@ if(module) FreeLibrary(module); } + else + CloseHandle(thread); } return; }