aboutsummaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorwm4 <nfxjfg@googlemail.com>2014-08-30 15:39:15 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-11-28 18:44:37 +0100
commit17f30ab6a154e18e3d7b6bf57490dc971cd274ca (patch)
tree672c58305feca256e41d88873302b7261695f52d /ffmpeg.c
parent8c8950f982c5473e5e95d3a7f421d8464be25471 (diff)
downloadffmpeg-17f30ab6a154e18e3d7b6bf57490dc971cd274ca.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) Conflicts: libavformat/oggdec.c (cherry picked from commit a82401b7284e05e2cf6fb89aeed53738af06a7fd) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
0 files changed, 0 insertions, 0 deletions