jack: Fixed memory leak on device close.
parent
ebfc98377b
commit
7ef188a1fb
|
@ -278,6 +278,7 @@ JACK_CloseDevice(_THIS)
|
|||
}
|
||||
|
||||
SDL_free(this->hidden->iobuffer);
|
||||
SDL_free(this->hidden);
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
Loading…
Reference in New Issue