We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 248dbbe + c444c16 commit dc865afCopy full SHA for dc865af
1 file changed
builtin/mktree.c
@@ -60,6 +60,7 @@ static void write_tree(unsigned char *sha1)
60
}
61
62
write_sha1_file(buf.buf, buf.len, tree_type, sha1);
63
+ strbuf_release(&buf);
64
65
66
static const char *mktree_usage[] = {
0 commit comments