| -rw-r--r-- | ui-summary.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui-summary.c b/ui-summary.c index 5598d08..d8500d6 100644 --- a/ui-summary.c +++ b/ui-summary.c @@ -163,6 +163,7 @@ 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) |