mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-03 05:10:03 +02:00
avformat/tee: Fix leak of strings
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
e54bad3fce
commit
4df34df642
@ -404,6 +404,8 @@ end:
|
|||||||
av_free(format);
|
av_free(format);
|
||||||
av_free(select);
|
av_free(select);
|
||||||
av_free(on_fail);
|
av_free(on_fail);
|
||||||
|
av_free(use_fifo);
|
||||||
|
av_free(fifo_options_str);
|
||||||
av_dict_free(&options);
|
av_dict_free(&options);
|
||||||
av_dict_free(&bsf_options);
|
av_dict_free(&bsf_options);
|
||||||
av_freep(&tmp_select);
|
av_freep(&tmp_select);
|
||||||
|
Loading…
Reference in New Issue
Block a user