mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-24 12:08:28 +00:00
Fixed typo in WASAPI shutdown code
This commit is contained in:
@@ -640,7 +640,7 @@ ReleaseWasapiDevice(_THIS)
|
|||||||
|
|
||||||
if (this->hidden->capture) {
|
if (this->hidden->capture) {
|
||||||
IAudioCaptureClient_Release(this->hidden->capture);
|
IAudioCaptureClient_Release(this->hidden->capture);
|
||||||
this->hidden->client = NULL;
|
this->hidden->capture = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this->hidden->waveformat) {
|
if (this->hidden->waveformat) {
|
||||||
|
Reference in New Issue
Block a user