diff vorbis_enc.c @ 3919:b0b88fc01b7c libavcodec

more forgotten free's.
author ods15
date Mon, 02 Oct 2006 11:55:24 +0000
parents 56c8e3ab7fe0
children c8c591fe26f8
line wrap: on
line diff
--- a/vorbis_enc.c	Mon Oct 02 11:47:10 2006 +0000
+++ b/vorbis_enc.c	Mon Oct 02 11:55:24 2006 +0000
@@ -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);