This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avfilter/vf_tile: fix memory leak
Fixes
#8313
tags/n4.3
Paul B Mahol
5 years ago
parent
357f11eca2
commit
673fce6d40
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
}
Write
Preview
Loading…
Cancel
Save