Skip to content
Snippets Groups Projects
Commit 41094002 authored by Oded Shimon's avatar Oded Shimon
Browse files

more forgotten free's.

Originally committed as revision 6527 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 41955099
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment