summaryrefslogtreecommitdiff
path: root/libavformat/ogg2.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-06-16 07:54:37 +0000
committerMåns Rullgård <mans@mansr.com>2006-06-16 07:54:37 +0000
commita5e9102b4b2c853a75fb46a97968e26e1d8064a3 (patch)
tree1c6484af45517b9cc4b6d673ad68808b34556ac2 /libavformat/ogg2.c
parent47dd81c75fb6e7c724bf7bcc147fd931e3b81ee2 (diff)
free codec extradata in av_close_input_file
Originally committed as revision 5484 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/ogg2.c')
-rw-r--r--libavformat/ogg2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/ogg2.c b/libavformat/ogg2.c
index ce1bcbae6a..7ce13c4f99 100644
--- a/libavformat/ogg2.c
+++ b/libavformat/ogg2.c
@@ -542,7 +542,6 @@ ogg_read_close (AVFormatContext * s)
for (i = 0; i < ogg->nstreams; i++){
av_free (ogg->streams[i].buf);
av_free (ogg->streams[i].private);
- av_freep (&s->streams[i]->codec->extradata);
}
av_free (ogg->streams);
return 0;