]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_acrossover.c
lavc/qsvenc: add Tiles encode support for HEVC
[ffmpeg] / libavfilter / af_acrossover.c
index 3ccc4d72f6015caae5b1910cce5d678e08290911..b1a1155c292ec9ac778bf71b71bf2f80bba952c8 100644 (file)
@@ -314,6 +314,7 @@ static av_cold void uninit(AVFilterContext *ctx)
     int i;
 
     av_freep(&s->splits);
+    av_freep(&s->xover);
 
     for (i = 0; i < ctx->nb_outputs; i++)
         av_freep(&ctx->output_pads[i].name);