summaryrefslogtreecommitdiff
path: root/t/t4013/diff.format-patch_--inline_--stdout_initial..master
diff options
context:
space:
mode:
authorKristofer Karlsson <krka@spotify.com>2026-05-27 15:50:00 +0000
committerJunio C Hamano <gitster@pobox.com>2026-05-28 06:08:19 +0900
commit9f4e170dfc3bd8cdd284f1c4411b25ce1d09737f (patch)
tree68d725ae0dcfd2f2857429ffcc3b4acea89aa86f /t/t4013/diff.format-patch_--inline_--stdout_initial..master
parentc69baaf57ba26cf117c2b6793802877f19738b0d (diff)
pack-objects: call release_revisions() after cruft traversal
enumerate_and_traverse_cruft_objects() initializes a rev_info on the stack but never calls release_revisions() afterwards. This is not visible on master but becomes a leak once the revision walking machinery uses dynamically allocated structures. Add the missing release_revisions() call. Signed-off-by: Kristofer Karlsson <krka@spotify.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013/diff.format-patch_--inline_--stdout_initial..master')
0 files changed, 0 insertions, 0 deletions