提交 402b18af 编写于 作者: M Michael Niedermayer

Merge commit 'caf7be30'

* commit 'caf7be30':
  mpjpgdec: free AVIOContext leak on early probe fail

Conflicts:
	libavformat/mpjpegdec.c

See: 34d278f9, this was mistakenly reimplemented, also see ffmpeg IRC log of today
Merged-by: NMichael Niedermayer <michaelni@gmx.at>
......@@ -101,8 +101,8 @@ static int mpjpeg_read_probe(AVProbeData *p)
break;
}
}
end:
av_free(pb);
return ret;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册