Commit 9cdccd40 authored by Joel Holdsworth's avatar Joel Holdsworth Committed by Michael Niedermayer

avformat/hls: Remember to free HLSContext::headers

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent b4eb1f29
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment