[SCM] libav/experimental: the context is supposed to be freed in the generic code in utils.c

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:55:14 UTC 2013


The following commit has been merged in the experimental branch:
commit acf0b6a65705ca3dbeae1720c1c703089c02c3f3
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Jan 21 12:47:46 2007 +0000

    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;
     }
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list