From 7fb12a8ee0789e3eab2680ae6c3fde0f0f233d22 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 28 May 2013 09:31:45 +0200 Subject: ui-summary: do not free ref Signed-off-by: Jason A. Donenfeld --- ui-summary.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ui-summary.c') 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) -- cgit v1.2.3-24-g4f1b