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.