lavf/tee: fix leak of select option.

pull/39/head
Nicolas George 12 years ago
parent 59f809e992
commit 5a12142aca
  1. 1
      libavformat/tee.c

@ -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…
Cancel
Save