Browse Source

avfilter/vf_tile: fix memory leak

Fixes #8313
tags/n4.3
Paul B Mahol 5 years ago
parent
commit
673fce6d40
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/vf_tile.c

+ 1
- 0
libavfilter/vf_tile.c View File

@@ -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);
}



Loading…
Cancel
Save