From: Vibhav Pant vibhavp@gmail.com
--- dlls/bluetoothapis/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/bluetoothapis/main.c b/dlls/bluetoothapis/main.c index d18306d1f58..a77f1a688e4 100644 --- a/dlls/bluetoothapis/main.c +++ b/dlls/bluetoothapis/main.c @@ -1151,8 +1151,8 @@ DWORD WINAPI BluetoothAuthenticateDeviceEx( HWND parent, HANDLE handle_radio, BL ret = GetLastError(); if (ret == ERROR_IO_PENDING) ret = GetOverlappedResult( handle_radio, &ovl, &bytes, TRUE ); - CloseHandle( ovl.hEvent ); } + CloseHandle( ovl.hEvent );
return ret; }