Re: [PATCHSET 0/8] perf sched: Fix various memory leaks
From: Namhyung Kim
Date: Fri Jul 04 2025 - 13:56:01 EST
On Wed, 02 Jul 2025 18:49:34 -0700, Namhyung Kim wrote:
> While running the new perf sched test with ASAN, it fails due to
> memory leaks. They comes mostly from missing thread__put() but
> sometimes it needs to release other data structures.
>
> Fix those leaks and add more subcommands to the test.
>
> Thanks,
> Namhyung
>
> [...]
Applied to perf-tools-next, thanks!
Best regards,
Namhyung