From 7fb12a8ee0789e3eab2680ae6c3fde0f0f233d22 Mon Sep 17 00:00:00 2001
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
Date: Tue, 28 May 2013 09:31:45 +0200
Subject: ui-summary: do not free ref

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
---
 ui-summary.c | 1 -
 1 file changed, 1 deletion(-)

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("</div>");
 	if (free_filename)
-- 
cgit v1.2.3