From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1] app: fix Coverity issues Date: Mon, 20 Jun 2016 15:56:39 +0200 Message-ID: <29350257.aePEjjOjKB@xps13> References: <1466430578-1224-1-git-send-email-remy.horton@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, pablo.de.lara.guarch@intel.com To: Remy Horton Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 35D406CC7 for ; Mon, 20 Jun 2016 15:56:49 +0200 (CEST) Received: by mail-wm0-f43.google.com with SMTP id r201so63131429wme.1 for ; Mon, 20 Jun 2016 06:56:49 -0700 (PDT) In-Reply-To: <1466430578-1224-1-git-send-email-remy.horton@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-06-20 14:49, Remy Horton: > Fixes memory leaks detected by Coverity. These are due to ephemeral > memory allocations not being freed when errors occur. > > Coverity issue 127348: Resource leak > Coverity issue 127349: Resource leak > > Fixes: e2aae1c1ced9 ("ethdev: remove name from extended statistic fetch") > > Signed-off-by: Remy Horton > --- > app/test-pmd/config.c | 3 +++ > examples/l2fwd-keepalive/shm.c | 2 ++ It looks to be 2 patches: one for xstats and the other for keepalive.