Browse Source

lavf/segment: Fix memleak.

Reviewed-by: Stefano Sabatini
Reviewed-by: Ganesh Ajjanagadde
tags/n2.8
Carl Eugen Hoyos 10 years ago
parent
commit
83a508cda5
1 changed files with 1 additions and 0 deletions
  1. +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) {


Loading…
Cancel
Save