22 Feb
2023
22 Feb
'23
12:56 p.m.
Rémi Bernon (@rbernon) commented about dlls/dinput/tests/device8.c:
ok( count == 1, "got count %lu\n", count );
IUnknown_Release( keyboard );
Adding a cleanup label around here and using goto instead of return would be a bit nicer. Same for the mouse. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2261#note_25202