mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 17:32:06 +00:00
10l
Originally committed as revision 1653 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0bf79c2fcd
commit
9145f8b386
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user