You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
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
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user