mirror of https://github.com/mpv-player/mpv
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9440 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
69b121958a
commit
c4558bb99d
|
@ -63,7 +63,7 @@ static int config(struct vf_instance_s* vf,
|
|||
}
|
||||
|
||||
|
||||
void uninit(struct vf_instance_s* vf)
|
||||
static void uninit(struct vf_instance_s* vf)
|
||||
{
|
||||
free(vf->priv->Line);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue