kernel32: Remove CloseHandle call.

This commit is contained in:
Marcus Meissner 2007-02-08 21:14:51 +01:00 committed by Alexandre Julliard
parent b224319a26
commit c05b43f464
1 changed files with 0 additions and 1 deletions

View File

@ -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;