April 23, 2026
5:53 p.m.
Also note that DirectSoundDevice-\>ref can now be cleaned up, as there isn't any actual ref counting happening anymore, it is only ever set to 1, and then set to 0, which immediately destroys the device right after. However, I have opted to keep that cleanup out of this PR to keep it simple to review. I'll see if that can be handled in a follow up PR. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10735#note_137510