mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-27 18:02:11 +00:00
avformat/hls: Remember to free HLSContext::headers
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
b4eb1f29eb
commit
9cdccd404b
@ -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…
Reference in New Issue
Block a user