Re: [PATCH 4/9] perf bench: sched-messaging: Plug memleak

2014-06-19 Thread Namhyung Kim
On Mon, 16 Jun 2014 11:14:22 -0700, Davidlohr Bueso wrote: > Explicitly free the thread array ('pth_tab'). It seems like sender/receiver contexts were also leaked. Thanks, Namhyung -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH 4/9] perf bench: sched-messaging: Plug memleak

2014-06-19 Thread Namhyung Kim
On Mon, 16 Jun 2014 11:14:22 -0700, Davidlohr Bueso wrote: Explicitly free the thread array ('pth_tab'). It seems like sender/receiver contexts were also leaked. Thanks, Namhyung -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

[PATCH 4/9] perf bench: sched-messaging: Plug memleak

2014-06-16 Thread Davidlohr Bueso
Explicitly free the thread array ('pth_tab'). Signed-off-by: Davidlohr Bueso --- tools/perf/bench/sched-messaging.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/perf/bench/sched-messaging.c b/tools/perf/bench/sched-messaging.c index 096ef5a..b519ba4 100644 ---

[PATCH 4/9] perf bench: sched-messaging: Plug memleak

2014-06-16 Thread Davidlohr Bueso
Explicitly free the thread array ('pth_tab'). Signed-off-by: Davidlohr Bueso davidl...@hp.com --- tools/perf/bench/sched-messaging.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/perf/bench/sched-messaging.c b/tools/perf/bench/sched-messaging.c index 096ef5a..b519ba4 100644 ---