forked from FFmpeg/FFmpeg
10l
Originally committed as revision 1653 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0bf79c2fcd
commit
9145f8b386
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue