lavf/tee: fix leak of select option.

This commit is contained in:
Nicolas George 2013-10-21 17:00:56 +02:00
parent 59f809e992
commit 5a12142aca

View File

@ -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;
}