diff options
author | Jeff King <peff@peff.net> | 2017-09-05 09:04:10 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-09-06 18:06:26 +0900 |
commit | fe6a01af8aa913fc23c1486251da6f6f08601816 (patch) | |
tree | a89f3e6e8fd50adc1814acb60cf840f0c61e3cc5 /builtin/update-index.c | |
parent | 85b81b35ff90046e5ab73808785706245a778520 (diff) | |
download | git-fe6a01af8aa913fc23c1486251da6f6f08601816.tar.gz git-fe6a01af8aa913fc23c1486251da6f6f08601816.tar.xz |
add: free leaked pathspec after add_files_to_cache()
After run_diff_files, we throw away the rev_info struct,
including the pathspec that we copied into it, leaking the
memory. this is probably not a big deal in practice. We
usually only run this once per process, and the leak is
proportional to the pathspec list we're already holding in
memory.
But it's still a leak, and it pollutes leak-checker output,
making it harder to find important leaks.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/update-index.c')
0 files changed, 0 insertions, 0 deletions