mirror of
https://github.com/encounter/SDL.git
synced 2025-06-10 00:23:41 +00:00
jack: Fixed memory leak on device close.
This commit is contained in:
parent
ebfc98377b
commit
7ef188a1fb
@ -278,6 +278,7 @@ JACK_CloseDevice(_THIS)
|
||||
}
|
||||
|
||||
SDL_free(this->hidden->iobuffer);
|
||||
SDL_free(this->hidden);
|
||||
}
|
||||
|
||||
static int
|
||||
|
Loading…
x
Reference in New Issue
Block a user