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 6200E5592; Mon, 23 Jan 2017 13:04:57 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 23 Jan 2017 04:04:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,274,1477983600"; d="scan'208";a="925620243" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by orsmga003.jf.intel.com with ESMTP; 23 Jan 2017 04:04:54 -0800 To: Shahaf Shuler , adrien.mazarguil@6wind.com References: <1485073487-23724-1-git-send-email-shahafs@mellanox.com> Cc: dev@dpdk.org, stable@dpdk.org From: Ferruh Yigit Message-ID: <1034036e-669f-eb88-8796-337d7b228184@intel.com> Date: Mon, 23 Jan 2017 12:04:54 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <1485073487-23724-1-git-send-email-shahafs@mellanox.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] net/mlx5: fix memory leak when parsing device params X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2017 12:04:57 -0000 On 1/22/2017 8:24 AM, Shahaf Shuler wrote: > in case of an error argument list is not freed. > > Fixes: e72dd09b614e ("net/mlx5: add support for configuration through kvargs") > CC: stable@dpdk.org > > Signed-off-by: Shahaf Shuler Applied to dpdk-next-net/master, thanks.