From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id D164D95DA for ; Mon, 20 Jun 2016 17:33:54 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 20 Jun 2016 08:33:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,499,1459839600"; d="scan'208";a="1001640658" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga002.jf.intel.com with ESMTP; 20 Jun 2016 08:33:53 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.183]) by IRSMSX151.ger.corp.intel.com ([169.254.4.151]) with mapi id 14.03.0248.002; Mon, 20 Jun 2016 16:33:52 +0100 From: "De Lara Guarch, Pablo" To: "Horton, Remy" , "dev@dpdk.org" Thread-Topic: [PATCH v2 1/2] app/test-pmd: fix Coverity issues Thread-Index: AQHRyweqfzXR5mdorEWlhcczaZCYZJ/yeWug Date: Mon, 20 Jun 2016 15:33:52 +0000 Message-ID: References: <1466436187-5225-1-git-send-email-remy.horton@intel.com> <1466436187-5225-2-git-send-email-remy.horton@intel.com> In-Reply-To: <1466436187-5225-2-git-send-email-remy.horton@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGJkYTkxN2YtZmQ2ZC00NzE0LTg3ZDMtMGEwMzgxOWNlMWVlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImNNRTRmbE1IekpicDNERDgyck0yUjZTRDFEbWdcL2VPWW9pWHlpNjdkTDEwPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 1/2] app/test-pmd: fix Coverity issues X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2016 15:33:55 -0000 Hi Remy, > -----Original Message----- > From: Horton, Remy > Sent: Monday, June 20, 2016 4:23 PM > To: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH v2 1/2] app/test-pmd: fix Coverity issues >=20 > Fixes memory leaks detected by Coverity. These are due to ephemeral > memory allocations not being freed when errors occur. >=20 > Coverity issue 127348: Resource leak >=20 > Fixes: e2aae1c1ced9 ("ethdev: remove name from extended statistic fetch") >=20 > Signed-off-by: Remy Horton It would be better to change the title, so it says what are you fixing exac= tly (i.e. testpmd: fix resource leak)