mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-21 20:28:28 +00:00
IAudioClient::SetEventHandle Parameter eventHandle Should not be NULL
This commit is contained in:
parent
b7a0200aab
commit
2f0edc2906
1 changed files with 0 additions and 1 deletions
|
@ -425,7 +425,6 @@ ReleaseWasapiDevice(_THIS)
|
||||||
{
|
{
|
||||||
if (this->hidden->client) {
|
if (this->hidden->client) {
|
||||||
IAudioClient_Stop(this->hidden->client);
|
IAudioClient_Stop(this->hidden->client);
|
||||||
IAudioClient_SetEventHandle(this->hidden->client, NULL);
|
|
||||||
IAudioClient_Release(this->hidden->client);
|
IAudioClient_Release(this->hidden->client);
|
||||||
this->hidden->client = NULL;
|
this->hidden->client = NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue