From 1ae7518dda64e93a28044323ecd5825b61c4208f Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 22 Jan 2007 17:06:46 +0000 Subject: [PATCH] inden(ta)tion Originally committed as revision 7652 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/asf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/asf.c b/libavformat/asf.c index dcff72b..60050de 100644 --- a/libavformat/asf.c +++ b/libavformat/asf.c @@ -746,7 +746,7 @@ static int asf_read_close(AVFormatContext *s) for(i=0;inb_streams;i++) { AVStream *st = s->streams[i]; av_free(st->priv_data); - av_free(st->codec->palctrl); + av_free(st->codec->palctrl); } return 0; } -- 2.7.4