forgot ....

Originally committed as revision 1651 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2003-03-08 11:54:34 +00:00
parent e23d5712ea
commit 8a7b1b18e2
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@ static int avi_read_header(AVFormatContext *s, AVFormatParameters *ap)
fail:
for(i=0;i<s->nb_streams;i++) {
av_freep(&s->streams[i]);
av_freep(&s->streams[i]->codec.extradata);
}
return -1;
}