From 4109400295516181a7fe2c0327b4765fdb1f29f7 Mon Sep 17 00:00:00 2001 From: Oded Shimon Date: Mon, 2 Oct 2006 11:55:24 +0000 Subject: more forgotten free's. Originally committed as revision 6527 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vorbis_enc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/vorbis_enc.c') diff --git a/libavcodec/vorbis_enc.c b/libavcodec/vorbis_enc.c index d9b1338..2f29d65 100644 --- a/libavcodec/vorbis_enc.c +++ b/libavcodec/vorbis_enc.c @@ -1052,6 +1052,8 @@ static int vorbis_encode_close(AVCodecContext * avccontext) av_freep(&venc->mappings[i].mux); av_freep(&venc->mappings[i].floor); av_freep(&venc->mappings[i].residue); + av_freep(&venc->mappings[i].magnitude); + av_freep(&venc->mappings[i].angle); } av_freep(&venc->mappings); -- cgit v1.1