mirror of
https://github.com/mpv-player/mpv
synced 2025-02-18 22:06:59 +00:00
cache: fix per-block metadata memory leak
This commit is contained in:
parent
c4766dc3c6
commit
e00621ac46
@ -524,6 +524,7 @@ static void cache_uninit(stream_t *cache)
|
||||
pthread_mutex_destroy(&s->mutex);
|
||||
pthread_cond_destroy(&s->wakeup);
|
||||
free(s->buffer);
|
||||
free(s->bm);
|
||||
talloc_free(s);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user