Commit dbca0f0b authored by michaelni's avatar michaelni

forgot ....


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1651 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 081d1393
......@@ -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;
}
......
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