From: Alex Beregszaszi Date: Tue, 6 Mar 2007 18:19:31 +0000 (+0000) Subject: 10l, audio_fifo is a static array X-Git-Tag: v0.5~9775 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=73d6ca4feefc45a3be6fde453705978b5523c575;p=coroid%2Flibav_saccubus.git 10l, audio_fifo is a static array Originally committed as revision 8273 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavformat/swf.c b/libavformat/swf.c index e2b8594fb..654a367a4 100644 --- a/libavformat/swf.c +++ b/libavformat/swf.c @@ -387,7 +387,6 @@ static int swf_write_header(AVFormatContext *s) default: /* not supported */ av_log(s, AV_LOG_ERROR, "swf doesnt support that sample rate, choose from (44100, 22050, 11025)\n"); - av_free(swf->audio_fifo); return -1; } v |= 0x02; /* 16 bit playback */