htmlf("<tr><td colspan='3'>Bad object: %s %s</td></tr>",
name,
sha1_to_hex(sha1));
+ free(name);
return 0;
}
}
walk_tree_ctx.curr_rev = xstrdup(rev);
if (path == NULL) {
- ls_tree(commit->tree->object.sha1, NULL, &walk_tree_ctx);
+ ls_tree(commit->tree->object.oid.hash, NULL, &walk_tree_ctx);
goto cleanup;
}