[Ffmpeg-cvslog] r6527 - trunk/libavcodec/vorbis_enc.c
ods15
subversion
Mon Oct 2 13:55:24 CEST 2006
Author: ods15
Date: Mon Oct 2 13:55:24 2006
New Revision: 6527
Modified:
trunk/libavcodec/vorbis_enc.c
Log:
more forgotten free's.
Modified: trunk/libavcodec/vorbis_enc.c
==============================================================================
--- trunk/libavcodec/vorbis_enc.c (original)
+++ trunk/libavcodec/vorbis_enc.c Mon Oct 2 13:55:24 2006
@@ -1052,6 +1052,8 @@
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);
More information about the ffmpeg-cvslog
mailing list