mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-26 08:23:10 +00:00
more forgotten free's.
Originally committed as revision 6527 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
419550990c
commit
4109400295
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user