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
lavf/segment: Fix memleak.
Reviewed-by: Stefano Sabatini Reviewed-by: Ganesh Ajjanagadde
tags/n2.8
Carl Eugen Hoyos
10 years ago
parent
d65b9114f3
commit
83a508cda5
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavformat/segment.c
+ 1
- 0
libavformat/segment.c
View File
@@ -876,6 +876,7 @@ fail:
av_opt_free(seg);
av_freep(&seg->times);
av_freep(&seg->frames);
av_freep(&seg->cur_entry.filename);
cur = seg->segment_list_entries;
while (cur) {
Write
Preview
Loading…
Cancel
Save