aboutsummaryrefslogtreecommitdiff
path: root/ui-stats.c
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'ui-stats.c')
-rw-r--r--ui-stats.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui-stats.c b/ui-stats.c
index a264f6a..6f13c32 100644
--- a/ui-stats.c
+++ b/ui-stats.c
@@ -246,7 +246,6 @@ static struct string_list collect_stats(struct cgit_period *period)
add_commit(&authors, commit, period);
free_commit_buffer(commit);
free_commit_list(commit->parents);
- commit->parents = NULL;
}
return authors;
}