mirror of
https://github.com/git/git.git
synced 2026-01-23 15:27:19 +09:00
Merge branch 'mm/log-branch-desc-plug-leak'
* mm/log-branch-desc-plug-leak: builtin/log.c: fix minor memory leak
This commit is contained in:
commit
1bada2b0cc
@ -864,6 +864,7 @@ static void add_branch_description(struct strbuf *buf, const char *branch_name)
|
||||
strbuf_addbuf(buf, &desc);
|
||||
strbuf_addch(buf, '\n');
|
||||
}
|
||||
strbuf_release(&desc);
|
||||
}
|
||||
|
||||
static char *find_branch_name(struct rev_info *rev)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user