mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
waveHdr.lpData was eventually HeapFree()ed uninitialized.
This commit is contained in:
parent
d14aea2c64
commit
b5d3c73a11
@ -262,6 +262,8 @@ static BOOL WINAPI proc_PlaySound(LPCSTR lpszSoundName, UINT uFlags)
|
||||
WAVEHDR waveHdr;
|
||||
INT count, bufsize, left;
|
||||
|
||||
waveHdr.lpData = NULL;
|
||||
|
||||
TRACE("SoundName='%s' uFlags=%04X !\n", lpszSoundName, uFlags);
|
||||
if (lpszSoundName == NULL) {
|
||||
TRACE("Stop !\n");
|
||||
|
Loading…
Reference in New Issue
Block a user