Re: [FFmpeg-devel] [PATCH 2/3] avformat/hls: Remember to free HLSContext::headers

2015-12-27 Thread Michael Niedermayer
On Sun, Dec 27, 2015 at 12:21:44PM +, Joel Holdsworth wrote: > --- > libavformat/hls.c | 1 + > 1 file changed, 1 insertion(+) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Concerning the gods, I have no means of knowing whether they

[FFmpeg-devel] [PATCH 2/3] avformat/hls: Remember to free HLSContext::headers

2015-12-26 Thread Joel Holdsworth
--- libavformat/hls.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/hls.c b/libavformat/hls.c index 2d4ee13..82d5410 100644 --- a/libavformat/hls.c +++ b/libavformat/hls.c @@ -256,6 +256,7 @@ static void free_playlist_list(HLSContext *c) av_freep(>playlists);