Files
git/mailinfo.c
Lidong Yan 56f1cd10f4 mailinfo: fix pointential memory leak if decode_header failed
In mailinfo.c:decode_header, if convert_to_utf8 failed, the strbuf stored
in dec will leak. Simply add strbuf_release and free(dec) will solve
this problem.

Signed-off-by: Lidong Yan <502024330056@smail.nju.edu.cn>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2025-05-15 13:50:18 -07:00

29 KiB