mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-05 09:26:25 +00:00
jack: Fixed memory leak on device close.
This commit is contained in:
@@ -278,6 +278,7 @@ JACK_CloseDevice(_THIS)
|
||||
}
|
||||
|
||||
SDL_free(this->hidden->iobuffer);
|
||||
SDL_free(this->hidden);
|
||||
}
|
||||
|
||||
static int
|
||||
|
Reference in New Issue
Block a user