From: Michael Niedermayer Date: Sun, 21 Jan 2007 12:47:46 +0000 (+0000) Subject: the context is supposed to be freed in the generic code in utils.c X-Git-Tag: v0.5~10459 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=acf0b6a65705ca3dbeae1720c1c703089c02c3f3;p=platform%2Fupstream%2Flibav.git 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 --- diff --git a/libavformat/aiff.c b/libavformat/aiff.c index 10eb1d1..813c762 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; }