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/vignette: fix input frame memory leak.
Fixes Ticket
#3642
.
tags/n2.3
Masa Utashiro
Clément Bœsch
11 years ago
parent
a9bf713d35
commit
491d602283
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_vignette.c
+ 1
- 0
libavfilter/vf_vignette.c
View File
@@ -268,6 +268,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in)
}
}
av_frame_free(&in);
return ff_filter_frame(outlink, out);
}
Write
Preview
Loading…
Cancel
Save