Commit ebfa38c3 authored by michael's avatar michael

inden(ta)tion


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7652 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c3fdb5db
...@@ -746,7 +746,7 @@ static int asf_read_close(AVFormatContext *s) ...@@ -746,7 +746,7 @@ static int asf_read_close(AVFormatContext *s)
for(i=0;i<s->nb_streams;i++) { for(i=0;i<s->nb_streams;i++) {
AVStream *st = s->streams[i]; AVStream *st = s->streams[i];
av_free(st->priv_data); av_free(st->priv_data);
av_free(st->codec->palctrl); av_free(st->codec->palctrl);
} }
return 0; return 0;
} }
......
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