diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-01-21 12:47:46 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-01-21 12:47:46 +0000 |
commit | acf0b6a65705ca3dbeae1720c1c703089c02c3f3 (patch) | |
tree | 8e7d36300fe81a0676388c77c480811d3436c2ce /libavformat/aiff.c | |
parent | bb85077fc97b186c270ba82f820b2ec6928d05c6 (diff) | |
download | ffmpeg-acf0b6a65705ca3dbeae1720c1c703089c02c3f3.tar.gz |
the context is supposed to be freed in the generic code in utils.c
Originally committed as revision 7604 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/aiff.c')
-rw-r--r-- | libavformat/aiff.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/aiff.c b/libavformat/aiff.c index 10eb1d1f4b..813c7626a4 100644 --- a/libavformat/aiff.c +++ b/libavformat/aiff.c @@ -166,7 +166,6 @@ static int aiff_write_header(AVFormatContext *s) /* First verify if format is ok */ if (!enc->codec_tag) { - av_free(aiff); return -1; } |