Skip to content

Commit

Permalink
jack: Fixed memory leak on device close.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Sep 19, 2020
1 parent ebfc983 commit 7ef188a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/audio/jack/SDL_jackaudio.c
Expand Up @@ -278,6 +278,7 @@ JACK_CloseDevice(_THIS)
}

SDL_free(this->hidden->iobuffer);
SDL_free(this->hidden);
}

static int
Expand Down

0 comments on commit 7ef188a

Please sign in to comment.