summaryrefslogtreecommitdiff
path: root/libavformat/swf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/swf.c')
-rw-r--r--libavformat/swf.c1
1 files changed, 0 insertions, 1 deletions
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 */