summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_phase.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_phase.c')
-rw-r--r--video/filter/vf_phase.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/filter/vf_phase.c b/video/filter/vf_phase.c
index 136f3cc187..c439a2466a 100644
--- a/video/filter/vf_phase.c
+++ b/video/filter/vf_phase.c
@@ -237,7 +237,6 @@ static void uninit(struct vf_instance *vf)
free(vf->priv->buf[0]);
free(vf->priv->buf[1]);
free(vf->priv->buf[2]);
- free(vf->priv);
}
static int query_format(struct vf_instance *vf, unsigned int fmt)