> -----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 return that does not free buf properly.
That didn't turn up in the Coverity scan (perhaps because it is in the #else branch of an #ifdef) but it is a leak. Acked-by: John McNamara <john.mcnamara at intel.com>