mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-11 02:10:03 +00:00
Merge pull request #700 from cholin/revwalk_reset
really reset walker with git_revwalk_reset
This commit is contained in:
commit
9bd5a99fea
@ -838,5 +838,8 @@ void git_revwalk_reset(git_revwalk *walk)
|
||||
commit_list_free(&walk->iterator_rand);
|
||||
commit_list_free(&walk->iterator_reverse);
|
||||
walk->walking = 0;
|
||||
|
||||
walk->one = NULL;
|
||||
git_vector_clear(&walk->twos);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user