mirror of
https://git.zx2c4.com/cgit
synced 2025-08-21 09:48:19 +02:00
ui-summary: do not free ref
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
6d6f8bdeed
commit
7fb12a8ee0
1 changed files with 0 additions and 1 deletions
|
@ -163,7 +163,6 @@ void cgit_print_repo_readme(char *path)
|
||||||
if (ctx.repo->about_filter) {
|
if (ctx.repo->about_filter) {
|
||||||
cgit_close_filter(ctx.repo->about_filter);
|
cgit_close_filter(ctx.repo->about_filter);
|
||||||
ctx.repo->about_filter->argv[1] = NULL;
|
ctx.repo->about_filter->argv[1] = NULL;
|
||||||
free(ref);
|
|
||||||
}
|
}
|
||||||
html("</div>");
|
html("</div>");
|
||||||
if (free_filename)
|
if (free_filename)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue