forgot ....
Originally committed as revision 1651 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e23d5712ea
commit
8a7b1b18e2
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user