March 24, 2026
5:23 p.m.
From: Vibhav Pant <vibhavp@gmail.com> --- dlls/winebth.sys/winebth.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/winebth.sys/winebth.c b/dlls/winebth.sys/winebth.c index de26da7e2be..1c13edd29fc 100644 --- a/dlls/winebth.sys/winebth.c +++ b/dlls/winebth.sys/winebth.c @@ -883,7 +883,6 @@ static void remove_bluetooth_radio( winebluetooth_radio_t radio ) TRACE( "Removing bluetooth radio %p\n", (void *)radio.handle ); device->removed = TRUE; list_remove( &device->entry ); - IoInvalidateDeviceRelations( device->device_obj, BusRelations ); break; } } -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/10417