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
lavfi/subtitles: fix memleak after
6bcb1e1a
Spotted-by: James Almer <jamrial@gmail.com>
tags/n3.1
Clément Bœsch
9 years ago
parent
ee2a8f142b
commit
e73ccfd6ad
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_subtitles.c
+ 1
- 0
libavfilter/vf_subtitles.c
View File
@@ -478,6 +478,7 @@ end:
av_dict_free(&codec_opts);
if (dec_ctx)
avcodec_close(dec_ctx);
avcodec_free_context(&dec_ctx);
if (fmt)
avformat_close_input(&fmt);
return ret;
Write
Preview
Loading…
Cancel
Save