mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-29 22:49:20 -05:00
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>
29 KiB
29 KiB