X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_tile.c;h=6278f72abb352e2ff075b8e0d32b1b8da7aec6b5;hb=c638d1d126fa1462bdcd30883061be9dd6f29dcd;hp=439689a14d4663468e24aa0b2aca9f3515e42f03;hpb=ecb5546e97c479378e057f527cc1d79a46c31cb1;p=ffmpeg diff --git a/libavfilter/vf_tile.c b/libavfilter/vf_tile.c index 439689a14d4..6278f72abb3 100644 --- a/libavfilter/vf_tile.c +++ b/libavfilter/vf_tile.c @@ -262,6 +262,7 @@ static av_cold void uninit(AVFilterContext *ctx) { TileContext *tile = ctx->priv; + av_frame_free(&tile->out_ref); av_frame_free(&tile->prev_out_ref); }