summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_pullup.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-05 01:50:05 +0100
committerwm4 <wm4@nowhere>2013-12-05 01:50:05 +0100
commitf6e68b33bc2aaf67e125cf74fcb7538e89234a43 (patch)
tree8e88216dedb1ca13a906c72b6931aa0338de8f90 /video/filter/vf_pullup.c
parent84cfe0d8b24aaa104a4f607d3f1b0b32c225349b (diff)
downloadmpv-f6e68b33bc2aaf67e125cf74fcb7538e89234a43.tar.bz2
mpv-f6e68b33bc2aaf67e125cf74fcb7538e89234a43.tar.xz
video/filter: fix some bogus free() calls
The generic filter code frees these; recent regression.
Diffstat (limited to 'video/filter/vf_pullup.c')
-rw-r--r--video/filter/vf_pullup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/filter/vf_pullup.c b/video/filter/vf_pullup.c
index 910650d690..8745e61519 100644
--- a/video/filter/vf_pullup.c
+++ b/video/filter/vf_pullup.c
@@ -262,7 +262,6 @@ static int config(struct vf_instance *vf,
static void uninit(struct vf_instance *vf)
{
pullup_free_context(vf->priv->ctx);
- free(vf->priv);
}
static int control(vf_instance_t *vf, int request, void *data)