diff --git a/libavformat/asf.c b/libavformat/asf.c index dcff72b682..60050de0e6 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; }