Re: [PATCH] perf metric: Fix some memory leaks

From: Namhyung Kim
Date: Fri Sep 04 2020 - 09:51:29 EST


On Fri, Sep 4, 2020 at 1:02 PM Ian Rogers <irogers@xxxxxxxxxx> wrote:
>
> On Thu, Sep 3, 2020 at 8:21 PM Namhyung Kim <namhyung@xxxxxxxxxx> wrote:
> >
> > I found some memory leaks while reading the metric code. Some are
> > real and others only occur in the error path.
>
> Thanks Namhyung! Is it possible to get test coverage?
> Ian

Not sure what you want..

As I found it from code inspection I don't know if there's a test covering this.

But as far as I can see, 2 of them are on the error path so maybe not easy
to add a test, other one is called from perf list code, and the last one is on
the normal code path so any test should cover it.

Thanks
Namhyung