Commit 8a7b1b18 authored by Michael Niedermayer's avatar Michael Niedermayer

forgot ....

Originally committed as revision 1651 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent e23d5712
...@@ -210,6 +210,7 @@ static int avi_read_header(AVFormatContext *s, AVFormatParameters *ap) ...@@ -210,6 +210,7 @@ static int avi_read_header(AVFormatContext *s, AVFormatParameters *ap)
fail: fail:
for(i=0;i<s->nb_streams;i++) { for(i=0;i<s->nb_streams;i++) {
av_freep(&s->streams[i]); av_freep(&s->streams[i]);
av_freep(&s->streams[i]->codec.extradata);
} }
return -1; return -1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment