浏览代码

IAudioClient::SetEventHandle Parameter eventHandle Should not be NULL

ALittleDruid 3 年之前
父节点
当前提交
2f0edc2906
共有 1 个文件被更改,包括 0 次插入1 次删除
  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;
     }