diff options
Diffstat (limited to '')
| -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 8ff3642..5ddeee3 100644 --- a/ui-summary.c +++ b/ui-summary.c @@ -35,6 +35,7 @@ static int cgit_print_branch_cb(const char *refname, const unsigned char *sha1,  		html("</td><td>");  		html_txt(info->author);  		html("</td></tr>\n"); +		cgit_free_commitinfo(info);  	} else {  		html("<tr><td>");  		html_txt(buf); | 
