On Sat, Jun 06, 2026 at 08:47:37AM -0700, Ian Rogers wrote: > On Sat, Jun 6, 2026 at 5:20 AM Tanushree Shah <[email protected]> wrote: > > > > When samples are skipped due to time filtering in process_sample_event(), > > the early return path bypasses addr_location__exit(), causing memory leaks > > of thread, map, and maps references acquired by machine__resolve(). > > > > These references must be released through addr_location__exit() before > > returning. > > > > Fixes: 8e746e95c3e4 ("perf data: Allow filtering conversion by time range") > > Signed-off-by: Tanushree Shah <[email protected]> > > Reviewed-by: Ian Rogers <[email protected]>
Thanks, applied to perf-tools-next, for v7.2. - Arnaldo
