]> gitweb.ps.run Git - ps-cgit/commitdiff
ui-summary: do not free ref
authorJason A. Donenfeld <Jason@zx2c4.com>
Tue, 28 May 2013 07:31:45 +0000 (09:31 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 28 May 2013 07:31:45 +0000 (09:31 +0200)
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
ui-summary.c

index d8500d64f7115d321476c57db228e00eccb6c4d8..5598d0808ae066dd7827d0f6b282caae69394630 100644 (file)
@@ -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)