dsound/tests: Allocate right amount of memory in test_secondary8 (ASan).
The wave format is passed to DirectSoundDevice_CreateSoundBuffer, which duplicates it including the extra data after the end of the struct.
Edited by Alex Henrie
The wave format is passed to DirectSoundDevice_CreateSoundBuffer, which duplicates it including the extra data after the end of the struct.