Re: [PATCH v2 1/2] perf metric: Fix some memory leaks

From: Namhyung Kim
Date: Sun Sep 06 2020 - 20:27:36 EST


Hi Jiri,

On Sun, Sep 6, 2020 at 9:41 PM Jiri Olsa <jolsa@xxxxxxxxxx> wrote:
>
> On Sat, Sep 05, 2020 at 11:19:11AM +0900, Namhyung Kim wrote:
> > I found some memory leaks while reading the metric code. Some are
> > real and others only occur in the error path. When it failed during
> > metric or event parsing, it should release all resources properly.
> >
> > Cc: Kajol Jain <kjain@xxxxxxxxxxxxx>
> > Cc: John Garry <john.garry@xxxxxxxxxx>
> > Cc: Ian Rogers <irogers@xxxxxxxxxx>
> > Fixes: b18f3e365019d ("perf stat: Support JSON metrics in perf stat")
> > Signed-off-by: Namhyung Kim <namhyung@xxxxxxxxxx>
>
> Acked-by: Jiri Olsa <jolsa@xxxxxxxxxx>

Thanks for the review. Actually I have another batch of leakage fixes
for the metric code found by ASAN. Will post it soon..

Thanks
Namhyung