From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH] dpdk-procinfo: free allocated xstats memory upon failure Date: Wed, 12 Oct 2016 14:29:23 +0100 Message-ID: <025eb9a9-caaa-3bf2-91fb-606ef466ff75@intel.com> References: <1475599342-12338-1-git-send-email-reshma.pattan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: Reshma Pattan , dev@dpdk.org Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 1C4C82935 for ; Wed, 12 Oct 2016 15:29:40 +0200 (CEST) In-Reply-To: <1475599342-12338-1-git-send-email-reshma.pattan@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" On 04/10/2016 17:42, Reshma Pattan wrote: > Some of the failures cases inside the nic_xstats_display() > function doesn't free the allocated memory for the xstats and > their names, memory is freed now. > > Fixes: e2aae1c1 ("ethdev: remove name from extended statistic fetch") > Fixes: 22561383 ("app: replace dump_cfg by proc_info") > > Signed-off-by: Reshma Pattan Acked-by: Remy Horton