diff options
author | Jeff King <peff@peff.net> | 2024-06-04 06:13:37 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-06-05 09:51:43 -0700 |
commit | a544b7da2c91f07c6d22d9c0b72911d32f836c54 (patch) | |
tree | 00f692963a9477876dbec563ad68c19bd1613355 /commit.c | |
parent | 521e04e6e8d234e89a5bbeac0b432724b98ac508 (diff) |
sparse-checkout: free string list after displaying
In sparse_checkout_list(), we put the hashmap entries into a string_list
so we can sort them. But after printing, we forget to free the list.
This patch drops 5 leaks from t1091.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions