diff options
author | Jeff King <peff@peff.net> | 2020-08-14 12:14:53 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-08-14 10:52:04 -0700 |
commit | c514c62a4fd8b4c4a3e2cad68fb590fce2940dc3 (patch) | |
tree | 4a91ef7bee58c8096e672f5b0281c218d53901b0 /connect.c | |
parent | submodule--helper: use strbuf_release() to free strbufs (diff) | |
download | tgif-c514c62a4fd8b4c4a3e2cad68fb590fce2940dc3.tar.xz |
checkout: fix leak of non-existent branch names
We unconditionally write a branch name into a newly allocated buffer in
new_branch_info->path, via setup_branch_path(). We then check to see if
the branch exists; if not, we set that field to NULL, leaking the
memory. We should take care to free() it when doing so.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'connect.c')
0 files changed, 0 insertions, 0 deletions