Commit acf0b6a6 authored by Michael Niedermayer's avatar Michael Niedermayer

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
parent bb85077f
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment