mirror of https://github.com/mpv-player/mpv
vf_ass: Free private data at uninit
This commit is contained in:
parent
8ca11dda9e
commit
9156a396a5
|
@ -373,6 +373,7 @@ static void uninit(struct vf_instance* vf)
|
|||
free(vf->priv->planes[1]);
|
||||
free(vf->priv->planes[2]);
|
||||
free(vf->priv->line_limits);
|
||||
free(vf->priv);
|
||||
}
|
||||
|
||||
static const unsigned int fmt_list[]={
|
||||
|
|
Loading…
Reference in New Issue