kernel32: Remove CloseHandle call.
This commit is contained in:
parent
b224319a26
commit
c05b43f464
|
@ -243,7 +243,6 @@ HANDLE VXD_Open( LPCWSTR filenameW, DWORD access, SECURITY_ATTRIBUTES *sa )
|
|||
}
|
||||
|
||||
ERR("too many open VxD modules, please report\n" );
|
||||
CloseHandle( handle );
|
||||
FreeLibrary( module );
|
||||
handle = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue