Hi Jiri, On Sun, Sep 6, 2020 at 9:41 PM Jiri Olsa <jo...@redhat.com> 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 <kj...@linux.ibm.com> > > Cc: John Garry <john.ga...@huawei.com> > > Cc: Ian Rogers <irog...@google.com> > > Fixes: b18f3e365019d ("perf stat: Support JSON metrics in perf stat") > > Signed-off-by: Namhyung Kim <namhy...@kernel.org> > > Acked-by: Jiri Olsa <jo...@redhat.com>
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