Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed typo in WASAPI shutdown code
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/audio/wasapi/SDL_wasapi.c
|
@@ -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) { |
|
|