May 18, 2026
6:38 a.m.
Rémi Bernon (@rbernon) commented about dlls/windows.devices.bluetooth/tests/bluetooth.c:
check_bluetoothledevice_async( __LINE__, async_op, 1, Completed, S_OK, TRUE, &device ); ok( !device, "got device %p != NULL\n", device ); if (device) IBluetoothLEDevice_Release( device ); }
Nit, you could remove the if there as well. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10865#note_140312