diff options
author | wm4 <nfxjfg@googlemail.com> | 2014-08-30 15:39:15 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-10-03 03:40:58 +0200 |
commit | 9e43d92d6a16417aa06b62f0375212d528d1a484 (patch) | |
tree | b054b8f8b83bac9bcd350a6ad01c42114dba8619 /libavcodec/evrcdec.c | |
parent | e13e928baa6b92ca3e967651550b11dc0bfaad27 (diff) | |
download | ffmpeg-9e43d92d6a16417aa06b62f0375212d528d1a484.tar.gz |
oggdec: fix invalid free on error
The read_packet callback passes a pointer to a stack-allocated AVPacket.
Attempting to free it with av_free() makes no sense.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit b173f5c15572cc82f68128599722e689df4ff137)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/evrcdec.c')
0 files changed, 0 insertions, 0 deletions