ui-summary: do not free ref

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2013-05-28 09:31:45 +02:00
父節點 6d6f8bdeed
當前提交 7fb12a8ee0
共有 1 個文件被更改,包括 0 次插入1 次删除

查看文件

@ -163,7 +163,6 @@ void cgit_print_repo_readme(char *path)
if (ctx.repo->about_filter) {
cgit_close_filter(ctx.repo->about_filter);
ctx.repo->about_filter->argv[1] = NULL;
free(ref);
}
html("</div>");
if (free_filename)