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 <[email protected]> --- 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 [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
