From: Jason A. Donenfeld Date: Tue, 28 May 2013 07:31:45 +0000 (+0200) Subject: ui-summary: do not free ref X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/7fb12a8ee0789e3eab2680ae6c3fde0f0f233d22 ui-summary: do not free ref Signed-off-by: Jason A. Donenfeld --- diff --git a/ui-summary.c b/ui-summary.c index d8500d6..5598d08 100644 --- a/ui-summary.c +++ b/ui-summary.c @@ -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(""); if (free_filename)