From acf0b6a65705ca3dbeae1720c1c703089c02c3f3 Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Sun, 21 Jan 2007 12:47:46 +0000
Subject: [PATCH] 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
---
 libavformat/aiff.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/aiff.c b/libavformat/aiff.c
index 10eb1d1f4b3..813c7626a47 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;
     }
 
-- 
GitLab