diff options
author | Patrick Steinhardt <ps@pks.im> | 2024-09-26 13:47:05 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-09-27 08:25:37 -0700 |
commit | fa016423c748cd142a40c10eb7f9cc4c4fffbb98 (patch) | |
tree | 24deafaad2b7051a396b5f97c1db619d1108d1dd /diff.c | |
parent | b6c3f8e12c0a521450923ddbcf7a19a81aa3c4e7 (diff) |
revision: fix leaking parents when simplifying commits
When simplifying commits, e.g. because they are treesame with their
parents, we unset the commit's parent pointers but never free them. Plug
the resulting memory leaks.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diff.c')
0 files changed, 0 insertions, 0 deletions