summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_unsharp.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_unsharp.c')
-rw-r--r--video/filter/vf_unsharp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/filter/vf_unsharp.c b/video/filter/vf_unsharp.c
index abb5fb4864..1f60adc230 100644
--- a/video/filter/vf_unsharp.c
+++ b/video/filter/vf_unsharp.c
@@ -201,9 +201,6 @@ static void uninit( struct vf_instance *vf ) {
av_free( fp->SC[z] );
fp->SC[z] = NULL;
}
-
- free( vf->priv );
- vf->priv = NULL;
}
//===========================================================================//