ui-stats.c: set parent pointer to NULL after freeing it
We do this everywhere else, so we should be doing it here as well. Signed-off-by: John Keeping <john@keeping.me.uk>
这个提交包含在:
父节点
865afe0eb1
当前提交
2eea471a78
@ -246,6 +246,7 @@ static struct string_list collect_stats(struct cgit_period *period)
|
|||||||
add_commit(&authors, commit, period);
|
add_commit(&authors, commit, period);
|
||||||
free_commit_buffer(commit);
|
free_commit_buffer(commit);
|
||||||
free_commit_list(commit->parents);
|
free_commit_list(commit->parents);
|
||||||
|
commit->parents = NULL;
|
||||||
}
|
}
|
||||||
return authors;
|
return authors;
|
||||||
}
|
}
|
||||||
|
正在加载...
在新工单中引用
屏蔽一个用户