On 6/17/2025 11:23 AM, Nicolas George wrote: > Lidong Yan (HE12025-06-17): >> In sbg_read_header(), if avformat_new_stream() failed, it returns >> without cleanup, which may cause memory leaks. Replace return statement >> with goto so that we would first clean up then return. >> >> Signed-off-by: Lidong Yan <502024330056@smail.nju.edu.cn> >> --- >> libavformat/sbgdec.c | 6 ++++-- >> 1 file changed, 4 insertions(+), 2 deletions(-) > > LGTM, thanks. > > Regards, Pushed.