Commit b97a5f97 authored by michael's avatar michael

the context is supposed to be freed in the generic code in utils.c


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7604 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 64f12c06
...@@ -166,7 +166,6 @@ static int aiff_write_header(AVFormatContext *s) ...@@ -166,7 +166,6 @@ static int aiff_write_header(AVFormatContext *s)
/* First verify if format is ok */ /* First verify if format is ok */
if (!enc->codec_tag) { if (!enc->codec_tag) {
av_free(aiff);
return -1; 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