mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
avformat/dashdec: Free subtitle representations on exit
Reviewed-by: Steven Liu <lq@chinaffmpeg.org> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
7369e95267
commit
eb344862e4
@ -2274,6 +2274,7 @@ static int dash_close(AVFormatContext *s)
|
|||||||
DASHContext *c = s->priv_data;
|
DASHContext *c = s->priv_data;
|
||||||
free_audio_list(c);
|
free_audio_list(c);
|
||||||
free_video_list(c);
|
free_video_list(c);
|
||||||
|
free_subtitle_list(c);
|
||||||
av_dict_free(&c->avio_opts);
|
av_dict_free(&c->avio_opts);
|
||||||
av_freep(&c->base_url);
|
av_freep(&c->base_url);
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user