mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 15:10:49 +00:00
jack: Fixed memory leak on device close.
This commit is contained in:
parent
ebfc98377b
commit
7ef188a1fb
1 changed files with 1 additions and 0 deletions
|
|
@ -278,6 +278,7 @@ JACK_CloseDevice(_THIS)
|
|||
}
|
||||
|
||||
SDL_free(this->hidden->iobuffer);
|
||||
SDL_free(this->hidden);
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue