more forgotten free's.

Originally committed as revision 6527 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Oded Shimon 2006-10-02 11:55:24 +00:00
parent 419550990c
commit 4109400295
1 changed files with 2 additions and 0 deletions

View File

@ -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);