Explorar o código

IAudioClient::SetEventHandle Parameter eventHandle Should not be NULL

ALittleDruid %!s(int64=3) %!d(string=hai) anos
pai
achega
2f0edc2906
Modificáronse 1 ficheiros con 0 adicións e 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;
     }