Re: [FFmpeg-devel] [PATCH 2/2] cafdec: free extradata before allocating it

2015-05-12 Thread Carl Eugen Hoyos
Andreas Cadhalpun googlemail.com> writes: > This fixes a memleak if read_kuki_chunk is executed more than once. LGTM. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH 2/2] cafdec: free extradata before allocating it

2015-05-12 Thread Andreas Cadhalpun
This fixes a memleak if read_kuki_chunk is executed more than once. Signed-off-by: Andreas Cadhalpun --- libavformat/cafdec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/cafdec.c b/libavformat/cafdec.c index abbb353..cc6ed0c 100644 --- a/libavformat/cafdec.c +++ b/libavform