mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
lavf/tee: fix leak of select option.
This commit is contained in:
parent
59f809e992
commit
5a12142aca
@ -280,6 +280,7 @@ static int open_slave(AVFormatContext *avf, char *slave, TeeSlave *tee_slave)
|
|||||||
|
|
||||||
end:
|
end:
|
||||||
av_free(format);
|
av_free(format);
|
||||||
|
av_free(select);
|
||||||
av_dict_free(&options);
|
av_dict_free(&options);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user