Re: [PATCH] perf script: Fix memory leaks in list_scripts()

2019-08-26 Thread Gustavo A. R. Silva
On 8/26/19 9:07 AM, Arnaldo Carvalho de Melo wrote: > Em Sun, Aug 25, 2019 at 11:06:25PM -0500, Gustavo A. R. Silva escreveu: >> Hi all, >> >> Friendly ping (second one after 4 months): >> >> Who can take this? > > Sorry for the delay, finally applied, thanks! > Awesome. :) Thanks, Arnaldo.

Re: [PATCH] perf script: Fix memory leaks in list_scripts()

2019-08-26 Thread Arnaldo Carvalho de Melo
Em Sun, Aug 25, 2019 at 11:06:25PM -0500, Gustavo A. R. Silva escreveu: > Hi all, > > Friendly ping (second one after 4 months): > > Who can take this? Sorry for the delay, finally applied, thanks! - Arnaldo > Thanks > -- > Gustavo > > On 4/22/19 10:14 AM, Gustavo A. R. Silva wrote: > > Hi a

Re: [PATCH] perf script: Fix memory leaks in list_scripts()

2019-08-25 Thread Gustavo A. R. Silva
Hi all, Friendly ping (second one after 4 months): Who can take this? Thanks -- Gustavo On 4/22/19 10:14 AM, Gustavo A. R. Silva wrote: > Hi all, > > Friendly ping: > > Who can take this? > > Thanks > > On 4/8/19 11:27 AM, Gustavo A. R. Silva wrote: >> In case memory resources for *buf* and

Re: [PATCH] perf script: Fix memory leaks in list_scripts()

2019-04-22 Thread Gustavo A. R. Silva
Hi all, Friendly ping: Who can take this? Thanks On 4/8/19 11:27 AM, Gustavo A. R. Silva wrote: > In case memory resources for *buf* and *paths* were allocated, > jump to *out* and release them before return. > > Addresses-Coverity-ID: 1444328 ("Resource leak") > Fixes: 6f3da20e151f ("perf rep

[PATCH] perf script: Fix memory leaks in list_scripts()

2019-04-08 Thread Gustavo A. R. Silva
In case memory resources for *buf* and *paths* were allocated, jump to *out* and release them before return. Addresses-Coverity-ID: 1444328 ("Resource leak") Fixes: 6f3da20e151f ("perf report: Support builtin perf script in scripts menu") Signed-off-by: Gustavo A. R. Silva --- tools/perf/ui/brow