[dpdk-dev] [PATCH] Mem: Fixes small memory leak due to missing free.

2015-05-19 Thread Thomas Monjalon
Hi, 2015-05-19 12:54, eziegenb: > A function in cmdline.c has a return that does not free buf properly. > > Signed-off-by: eziegenb Is it possible to have your real name? Thanks

[dpdk-dev] [PATCH] Mem: Fixes small memory leak due to missing free.

2015-05-19 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of eziegenb > Sent: Tuesday, May 19, 2015 8:55 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] Mem: Fixes small memory leak due to missing > free. > > A function in cmdline.c has a r

[dpdk-dev] [PATCH] Mem: Fixes small memory leak due to missing free.

2015-05-19 Thread Stephen Hemminger
On Tue, 19 May 2015 12:54:35 -0700 eziegenb wrote: > A function in cmdline.c has a return that does not free buf properly. > > Signed-off-by: eziegenb > --- > lib/librte_cmdline/cmdline.c |4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/lib/librte_cmdline/cmdline

[dpdk-dev] [PATCH] Mem: Fixes small memory leak due to missing free.

2015-05-19 Thread eziegenb
A function in cmdline.c has a return that does not free buf properly. Signed-off-by: eziegenb --- lib/librte_cmdline/cmdline.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/librte_cmdline/cmdline.c b/lib/librte_cmdline/cmdline.c index e61c4f2..747d3bb 100644 --- a