From: Junio C Hamano Date: Sun, 13 Mar 2022 22:56:18 +0000 (+0000) Subject: Merge branch 'ab/plug-random-leaks' X-Git-Tag: v2.36.0-rc0~72 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ccafbbfb4ee29ee3e9fab1e5e22ec3b88a5aec4f;p=thirdparty%2Fgit.git Merge branch 'ab/plug-random-leaks' Plug random memory leaks. * ab/plug-random-leaks: repository.c: free the "path cache" in repo_clear() range-diff: plug memory leak in read_patches() range-diff: plug memory leak in common invocation lockfile API users: simplify and don't leak "path" commit-graph: stop fill_oids_from_packs() progress on error and free() commit-graph: fix memory leak in misused string_list API submodule--helper: fix trivial leak in module_add() transport: stop needlessly copying bundle header references bundle: call strvec_clear() on allocated strvec remote-curl.c: free memory in cmd_main() urlmatch.c: add and use a *_release() function diff.c: free "buf" in diff_words_flush() merge-base: free() allocated "struct commit **" list index-pack: fix memory leaks --- ccafbbfb4ee29ee3e9fab1e5e22ec3b88a5aec4f