Commit c05b43f4 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

kernel32: Remove CloseHandle call.

parent b224319a
...@@ -243,7 +243,6 @@ HANDLE VXD_Open( LPCWSTR filenameW, DWORD access, SECURITY_ATTRIBUTES *sa ) ...@@ -243,7 +243,6 @@ HANDLE VXD_Open( LPCWSTR filenameW, DWORD access, SECURITY_ATTRIBUTES *sa )
} }
ERR("too many open VxD modules, please report\n" ); ERR("too many open VxD modules, please report\n" );
CloseHandle( handle );
FreeLibrary( module ); FreeLibrary( module );
handle = 0; handle = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment