Explorar el Código

IAudioClient::SetEventHandle Parameter eventHandle Should not be NULL

ALittleDruid hace 3 años
padre
commit
2f0edc2906
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;
     }