Browse Source

avformat/hls: Remember to free HLSContext::headers

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.0
Joel Holdsworth Michael Niedermayer 10 years ago
parent
commit
9cdccd404b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/hls.c

+ 1
- 0
libavformat/hls.c View File

@@ -256,6 +256,7 @@ static void free_playlist_list(HLSContext *c)
av_freep(&c->playlists);
av_freep(&c->cookies);
av_freep(&c->user_agent);
av_freep(&c->headers);
c->n_playlists = 0;
}



Loading…
Cancel
Save