Commit 5dc8a4b6 authored by ods15's avatar ods15

more forgotten free's.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6527 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f1ab434c
...@@ -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