diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2013-05-28 09:31:45 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2013-05-28 09:31:45 +0200 |
commit | 7fb12a8ee0789e3eab2680ae6c3fde0f0f233d22 (patch) | |
tree | 8d473bd4b320bc4f75ef4fad89a14c7ee2072484 | |
parent | 6d6f8bdeed0b47422337c430fdaf236b978f6c44 (diff) | |
download | cgit-7fb12a8ee0789e3eab2680ae6c3fde0f0f233d22.tar.gz cgit-7fb12a8ee0789e3eab2680ae6c3fde0f0f233d22.tar.bz2 cgit-7fb12a8ee0789e3eab2680ae6c3fde0f0f233d22.zip |
ui-summary: do not free ref
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | ui-summary.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) |