jack: Fixed memory leak on device close.

Ryan C. Gordon 2020-09-19 14:01:57 -04:00
parent ebfc98377b
commit 7ef188a1fb
1 changed files with 1 additions and 0 deletions

View File

@ -278,6 +278,7 @@ JACK_CloseDevice(_THIS)
} }
SDL_free(this->hidden->iobuffer); SDL_free(this->hidden->iobuffer);
SDL_free(this->hidden);
} }
static int static int