summaryrefslogtreecommitdiff
path: root/builtin/commit-tree.c
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2024-06-11 11:20:33 +0200
committerJunio C Hamano <gitster@pobox.com>2024-06-11 13:15:06 -0700
commitf46ede661face3c57f31097960c00325cf21f67f (patch)
treedbe7478c18ff644afa3bca21d6e7574690e6b598 /builtin/commit-tree.c
parent748bd0943b696ba2b2942ce6e9d0dbfebf8b1fc3 (diff)
rerere: fix various trivial leaks
We leak various different string lists in the rerere code. Free those to plug them. Note that the `merge_rr` variable is intentionally being free'd with the `free_util` parameter set to 1. The `util` field is used there to store the IDs of every rerere item and thus needs to be freed, as well. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit-tree.c')
0 files changed, 0 insertions, 0 deletions