diff options
author | Lidong Yan <502024330056@smail.nju.edu.cn> | 2025-05-12 02:07:27 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-05-12 10:28:16 -0700 |
commit | e5dd0a05ed392bc0c2dde84a1ee1d6eaeaac357f (patch) | |
tree | d5378d10e2639c2c55caaa2587193103d626142c /commit.c | |
parent | 2f323bb16219c105e0c576ea4c2ece9863f5d926 (diff) |
builtin/am: fix memory leak in `split_mail_stgit_series`
In builtin/am.c:split_mail_stgit_series, if `fopen` failed,
`series_dir_buf` allocated by `xstrdup` will leak. Add `free` in
`!fp` if branch will prevent the leak.
Signed-off-by: Lidong Yan <502024330056@smail.nju.edu.cn>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions