Commit 9145f8b3 authored by Michael Niedermayer's avatar Michael Niedermayer

10l

Originally committed as revision 1653 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0bf79c2f
......@@ -209,8 +209,8 @@ static int avi_read_header(AVFormatContext *s, AVFormatParameters *ap)
if (stream_index != s->nb_streams - 1) {
fail:
for(i=0;i<s->nb_streams;i++) {
av_freep(&s->streams[i]);
av_freep(&s->streams[i]->codec.extradata);
av_freep(&s->streams[i]);
}
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