mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 07:00:48 +00:00
Fixed typo in WASAPI shutdown code
This commit is contained in:
parent
b0b481d709
commit
f033ce61e1
1 changed files with 1 additions and 1 deletions
|
|
@ -640,7 +640,7 @@ ReleaseWasapiDevice(_THIS)
|
|||
|
||||
if (this->hidden->capture) {
|
||||
IAudioCaptureClient_Release(this->hidden->capture);
|
||||
this->hidden->client = NULL;
|
||||
this->hidden->capture = NULL;
|
||||
}
|
||||
|
||||
if (this->hidden->waveformat) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue