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
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