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 <502024330...@smail.nju.edu.cn> --- libavformat/sbgdec.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)LGTM, thanks. Regards,
Pushed.
OpenPGP_signature.asc
Description: OpenPGP digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".