]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_unsharp.c
x86/swr: add missing alignment check to pack_6ch functions
[ffmpeg] / libavfilter / vf_unsharp.c
index 37053d98e064fac15a857090c05a730e482c2659..2b8d0460ef0d3e328750c548d7975a13c3e647c3 100644 (file)
@@ -215,7 +215,7 @@ static void free_filter_param(UnsharpFilterParam *fp)
     int z;
 
     for (z = 0; z < 2 * fp->steps_y; z++)
-        av_free(fp->sc[z]);
+        av_freep(&fp->sc[z]);
 }
 
 static av_cold void uninit(AVFilterContext *ctx)