mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-06 17:29:08 +08:00
avformat/mpeg: move the header_str free into end label
fix CID: 1454875 Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
This commit is contained in:
@@ -905,9 +905,9 @@ static int vobsub_read_header(AVFormatContext *s)
|
||||
}
|
||||
sub_st->codecpar->extradata_size = header.len;
|
||||
}
|
||||
av_free(header_str);
|
||||
|
||||
end:
|
||||
|
||||
av_free(header_str);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user