Commit 41094002 authored by Oded Shimon's avatar Oded Shimon

more forgotten free's.

Originally committed as revision 6527 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 41955099
...@@ -1052,6 +1052,8 @@ static int vorbis_encode_close(AVCodecContext * avccontext) ...@@ -1052,6 +1052,8 @@ static int vorbis_encode_close(AVCodecContext * avccontext)
av_freep(&venc->mappings[i].mux); av_freep(&venc->mappings[i].mux);
av_freep(&venc->mappings[i].floor); av_freep(&venc->mappings[i].floor);
av_freep(&venc->mappings[i].residue); av_freep(&venc->mappings[i].residue);
av_freep(&venc->mappings[i].magnitude);
av_freep(&venc->mappings[i].angle);
} }
av_freep(&venc->mappings); av_freep(&venc->mappings);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment