From: Vibhav Pant vibhavp@gmail.com
--- dlls/bluetoothapis/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dlls/bluetoothapis/main.c b/dlls/bluetoothapis/main.c index 29f08af72d5..a25e9ce23c2 100644 --- a/dlls/bluetoothapis/main.c +++ b/dlls/bluetoothapis/main.c @@ -795,7 +795,8 @@ static void bluetooth_auth_wizard_ask_response( struct bluetooth_auth_wizard_lis ¶ms, sizeof( params ), &bytes, NULL )) { ret = ERROR_SUCCESS; - goto done; + CloseHandle( radio ); + break; } ret = GetLastError(); CloseHandle( radio );