| -rw-r--r-- | ui-commit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui-commit.c b/ui-commit.c index 0783285..74f37c8 100644 --- a/ui-commit.c +++ b/ui-commit.c @@ -74,7 +74,6 @@ void cgit_print_commit(char *hex, const char *prefix) html(" /"); cgit_tree_link(prefix, NULL, NULL, ctx.qry.head, tmp, prefix); } - free(tmp); html("</td></tr>\n"); for (p = commit->parents; p; p = p->next) { parent = lookup_commit_reference(p->item->object.sha1); |