Set the proper union member to 0

This commit is contained in:
Chris Robinson 2011-08-17 20:44:05 -07:00
parent 057fef88ae
commit 45f0886eba

View File

@ -404,7 +404,7 @@ static void WinMMClosePlayback(ALCdevice *device)
pData->hWaveThreadEvent = 0;
waveOutClose(pData->hWaveHandle.Out);
pData->hWaveHandle.In = 0;
pData->hWaveHandle.Out = 0;
free(pData);
device->ExtraData = NULL;