Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rs/simplify-config-include'
[gitweb.git]
/
builtin
/
log.c
diff --git
a/builtin/log.c
b/builtin/log.c
index 4389722b4b1edffce8cd2a63dae52277e022ac99..e4d812208d8844b9155739acfd59ef840f24a4ae 100644
(file)
--- a/
builtin/log.c
+++ b/
builtin/log.c
@@
-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)