Commit 5fc8d87b authored by Limin Wang's avatar Limin Wang Committed by Michael Niedermayer

libavfilter/vf_cover_rect.c: free the allocated frame

Signed-off-by: 's avatarLimin Wang <lance.lmwang@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 80e68ce1
......@@ -198,6 +198,7 @@ static av_cold void uninit(AVFilterContext *ctx)
if (cover->cover_frame)
av_freep(&cover->cover_frame->data[0]);
av_frame_free(&cover->cover_frame);
}
static av_cold int init(AVFilterContext *ctx)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment