Commit 7efd615e authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Fixed another regression in PlaySound.

parent 37fb021a
......@@ -634,7 +634,7 @@ static BOOL MULTIMEDIA_PlaySound(const void* pszSound, HMODULE hmod, DWORD fdwSo
ResetEvent(iData->psStopEvent);
}
wps->lpNext = iData->lpPlaySound;
if (wps) wps->lpNext = iData->lpPlaySound;
iData->lpPlaySound = wps;
LeaveCriticalSection(&iData->cs);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment