On 7/1/2026 2:35 AM, Jeff King wrote:
Here are a few small leak fixes that only show up when you run the test
suite with GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS=1.
Combined with the commit-graph leak-fix here:
https://lore.kernel.org/git/20260630064301.GB3733961@coredump.intra.peff.net/ (local)
and Kaartic's pending fix from this thread:
https://lore.kernel.org/git/20260614141600.620272-1-kaartic.sivaraam@gmail.com/ (local)
This will fix most of the leaks we'd see if we ran linux-TEST-vars jobs
with leak-checking. There are a few more related to building with
openssl for sha1, but I'll tackle those separately.
Thanks for fixing these leaks in the simplest way possible in
each scenario.
Thanks,
-Stolee