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 6F70F5A4F for ; Wed, 20 May 2015 00:38:40 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 19 May 2015 15:38:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,460,1427785200"; d="scan'208";a="573920938" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga003.jf.intel.com with ESMTP; 19 May 2015 15:38:32 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.215]) by irsmsx105.ger.corp.intel.com ([169.254.7.73]) with mapi id 14.03.0224.002; Tue, 19 May 2015 23:38:31 +0100 From: "Mcnamara, John" To: eziegenb , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] Mem: Fixes small memory leak due to missing free. Thread-Index: AQHQkm3JpOFUX7WK5UysgrkV7pRqBJ2D4yaA Date: Tue, 19 May 2015 22:38:31 +0000 Message-ID: References: <1432065275-26905-1-git-send-email-eziegenb@brocade.com> In-Reply-To: <1432065275-26905-1-git-send-email-eziegenb@brocade.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] Mem: Fixes small memory leak due to missing free. 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: Tue, 19 May 2015 22:38:40 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of eziegenb > Sent: Tuesday, May 19, 2015 8:55 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] Mem: Fixes small memory leak due to missing > free. >=20 > 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 #els= e branch of an #ifdef) but it is a leak. Acked-by: John McNamara =20