all repos — cgit @ 7fb12a8ee0789e3eab2680ae6c3fde0f0f233d22

a hyperfast web frontend for git written in c

ui-summary: do not free ref

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Jason A. Donenfeld Jason@zx2c4.com
Tue, 28 May 2013 09:31:45 +0200
commit

7fb12a8ee0789e3eab2680ae6c3fde0f0f233d22

parent

6d6f8bdeed0b47422337c430fdaf236b978f6c44

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M ui-summary.cui-summary.c

@@ -163,7 +163,6 @@ html_include(filename);

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)