Commit 5a12142a authored by Nicolas George's avatar Nicolas George

lavf/tee: fix leak of select option.

parent 59f809e9
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment