Pārlūkot izejas kodu

IAudioClient::SetEventHandle Parameter eventHandle Should not be NULL

ALittleDruid 3 gadi atpakaļ
vecāks
revīzija
2f0edc2906
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      src/audio/wasapi/SDL_wasapi.c

+ 0 - 1
src/audio/wasapi/SDL_wasapi.c

@@ -425,7 +425,6 @@ ReleaseWasapiDevice(_THIS)
 {
     if (this->hidden->client) {
         IAudioClient_Stop(this->hidden->client);
-        IAudioClient_SetEventHandle(this->hidden->client, NULL);
         IAudioClient_Release(this->hidden->client);
         this->hidden->client = NULL;
     }