You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avformat/tee: Fix leak of strings
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -404,6 +404,8 @@ end:
|
||||
av_free(format);
|
||||
av_free(select);
|
||||
av_free(on_fail);
|
||||
av_free(use_fifo);
|
||||
av_free(fifo_options_str);
|
||||
av_dict_free(&options);
|
||||
av_dict_free(&bsf_options);
|
||||
av_freep(&tmp_select);
|
||||
|
Reference in New Issue
Block a user