From 73d6ca4feefc45a3be6fde453705978b5523c575 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Tue, 6 Mar 2007 18:19:31 +0000 Subject: 10l, audio_fifo is a static array Originally committed as revision 8273 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/swf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/swf.c') diff --git a/libavformat/swf.c b/libavformat/swf.c index e2b8594fbc..654a367a42 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 */ -- cgit v1.2.3