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

Thomas Monjalon thomas.monjalon at 6wind.com
Fri May 29 19:42:35 CEST 2015


2015-05-19 17:04, Erik Ziegenbalg:
> From: eziegenb <eziegenb at brocade.com>
> 
> A function in cmdline.c has a return that does not free buf properly.
> 
> Signed-off-by: Erik Ziegenbalg <eziegenb at brocade.com>

You forgot to add a changelog and the previous acked-by:
Acked-by: Stephen Hemminger <stephen at networkplumber.org>
Acked-by: John McNamara <john.mcnamara at intel.com>

> -	if (ret < 0)
> +	if (ret < 0){

checkpatch complains about a missing space.

Applied with the above fix, thanks



More information about the dev mailing list