diff options
author | Patrick Steinhardt <ps@pks.im> | 2024-06-11 11:19:17 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-06-11 13:15:04 -0700 |
commit | 56931c4d89e7efe41dd96d230b8176e2d32a035d (patch) | |
tree | 9b962b62bef2de8f4deaa61150668b082101ea14 /builtin/commit.c | |
parent | 03b0e7d3a72a4a9be97b742fc3119ebb70ed9731 (diff) |
revision: fix memory leak when reversing revisions
When reversing revisions in a rev walk, `get_revision()` will allocate a
new commit list and assign it to `revs->commits`. It does not free the
old list though, which makes it leak. Fix this.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions