From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/bbdev: fix memory leak Date: Wed, 31 Jan 2018 18:29:13 +0100 Message-ID: <2628584.xxZDjojUoO@xps> References: <1517409029-131237-1-git-send-email-amr.mokhtar@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Amr Mokhtar Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 1FE771B7D7 for ; Wed, 31 Jan 2018 18:30:00 +0100 (CET) In-Reply-To: <1517409029-131237-1-git-send-email-amr.mokhtar@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 31/01/2018 15:30, Amr Mokhtar: > xstats and xstats_names buffers were allocated for > the purpose of printing eth_xstats, but were not > freed before exit. > A fix is added to free before exit points. > > Coverity issue: 257013 > Fixes: 1ffee690eaa1 ("examples/bbdev: add sample app") > > Signed-off-by: Amr Mokhtar Applied, thanks