| -rw-r--r-- | ui-blame.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -154,7 +154,7 @@ static void print_object(const unsigned char *sha1, const char *path, htmlf("<div class='error'>blob size (%ldKB)" " exceeds display size limit (%dKB).</div>", size / 1024, ctx.cfg.max_blob_size); - goto cleanup; + return; } html("<table class='blame blob'>\n<tr>\n"); @@ -213,9 +213,6 @@ static void print_object(const unsigned char *sha1, const char *path, html("</tr>\n</table>\n"); cgit_print_layout_end(); - -cleanup: - free(buf); } static int walk_tree(const unsigned char *sha1, struct strbuf *base, |