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:
|
||||
av_free(format);
|
||||
av_free(select);
|
||||
av_dict_free(&options);
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user