comparison 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
comparison
equal deleted inserted replaced
3918:56c8e3ab7fe0 3919:b0b88fc01b7c
1050 if (venc->mappings) 1050 if (venc->mappings)
1051 for (i = 0; i < venc->nmappings; i++) { 1051 for (i = 0; i < venc->nmappings; i++) {
1052 av_freep(&venc->mappings[i].mux); 1052 av_freep(&venc->mappings[i].mux);
1053 av_freep(&venc->mappings[i].floor); 1053 av_freep(&venc->mappings[i].floor);
1054 av_freep(&venc->mappings[i].residue); 1054 av_freep(&venc->mappings[i].residue);
1055 av_freep(&venc->mappings[i].magnitude);
1056 av_freep(&venc->mappings[i].angle);
1055 } 1057 }
1056 av_freep(&venc->mappings); 1058 av_freep(&venc->mappings);
1057 1059
1058 av_freep(&venc->modes); 1060 av_freep(&venc->modes);
1059 1061