mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-06 01:46: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->iobuffer);
|
||||||
|
SDL_free(this->hidden);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
Reference in New Issue
Block a user