Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed typo in WASAPI shutdown code
  • Loading branch information
slouken committed Jul 27, 2017
1 parent b0b481d commit f033ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/wasapi/SDL_wasapi.c
Expand Up @@ -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) {
Expand Down

0 comments on commit f033ce6

Please sign in to comment.