On Fri, Jan 14, 2022 at 04:07:12PM +0000, Elijah Newren via GitGitGadget wrote: > From: Elijah Newren <newren@xxxxxxxxx> > > These test scripts have not changed at all recently, but topics in seen > have caused these to trigger the linux-leaks test. It has been reported > on list, so let's fix the claim that these are leak free and when > someone investigates and fixes the problem, they can turn it back on. I think this problem was likely introduced by a faulty patch in c2dbe00466 (Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs' into seen, 2022-01-12), specifically 2e6b34bb1b (refs: open-code deletion of packed refs, 2022-01-07). But the newer version 69840cc0f7 of the same patch (merged via 17d1824959) fixes the leak. As a result, all three of those once-failing tests now pass on 'seen' even when built with SANITIZE=leak. We should be able to discard this patch as a result. Thanks, Taylor