You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avformat/hls: Remember to free HLSContext::headers
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
committed by
Michael Niedermayer
parent
b4eb1f29eb
commit
9cdccd404b
@@ -256,6 +256,7 @@ static void free_playlist_list(HLSContext *c)
|
|||||||
av_freep(&c->playlists);
|
av_freep(&c->playlists);
|
||||||
av_freep(&c->cookies);
|
av_freep(&c->cookies);
|
||||||
av_freep(&c->user_agent);
|
av_freep(&c->user_agent);
|
||||||
|
av_freep(&c->headers);
|
||||||
c->n_playlists = 0;
|
c->n_playlists = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user