зеркало из https://github.com/microsoft/git.git
check-ref-format: release strbuf after use in check_ref_format_branch()
Signed-off-by: Rene Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
28ac7aa79b
Коммит
861e65557f
|
@ -45,6 +45,7 @@ static int check_ref_format_branch(const char *arg)
|
||||||
if (strbuf_check_branch_ref(&sb, arg))
|
if (strbuf_check_branch_ref(&sb, arg))
|
||||||
die("'%s' is not a valid branch name", arg);
|
die("'%s' is not a valid branch name", arg);
|
||||||
printf("%s\n", sb.buf + 11);
|
printf("%s\n", sb.buf + 11);
|
||||||
|
strbuf_release(&sb);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче