From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 1997F199B5 for ; Thu, 25 Jan 2018 23:31:39 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6F16121A05; Thu, 25 Jan 2018 17:31:39 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 25 Jan 2018 17:31:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=q5JdrALmdjDJyruDf6BiaOv6y8 0S7Q29nrBuiHxHO/c=; b=cnQBkugDwo+9J0Of+exMlJZ4mQcemJWSnpcK/p2eTU cGCUewRmxts06yf87WG4X2sYpxaChrm4JzVUtmU+o/342X8M3FQRHJ2SH1cFZBVG ylN4tyrKcZ9PAE/CArqPpi0Y6jTKQ6WrOmBAz3qzEc9OgTtbTI0ry+GEw/UhLdqt c= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=q5JdrA LmdjDJyruDf6BiaOv6y80S7Q29nrBuiHxHO/c=; b=PBDyLtEEf5SmdLUlpYosDX KctnhlmFWGbmhdgYlmMRfATW+Ios7cVYs4jveMSpqL9ptf5GCf5xTBQabOeBlzMC Bse24Eq+/hmbYqOexSxXwO8NpBQnFO9IvLmPBakYeU74U+q1ztX4f+picLckuSJ9 mfOqvgpTWx9mKyYPdgsVqCrXxZDnOnnXvSdA+zTXtBMZHcrupBmR6lebKraq5SHL b6hmWXEeUMZXHCckTvbOSCuzOP2TO8BSjIwcYiDuG0ELIxL1F9RBfu8/ndB58W7C iBuy3IYcYTneCOe/mzRQPlgS2A4QGKKmPvCayayZ66IZzHfYxi2MyVk1AB4uD+4Q == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 244FA24776; Thu, 25 Jan 2018 17:31:39 -0500 (EST) From: Thomas Monjalon To: Jasvinder Singh Cc: dev@dpdk.org, Ferruh Yigit , bernard.iremonger@intel.com, john.mcnamara@intel.com Date: Thu, 25 Jan 2018 23:30:56 +0100 Message-ID: <10197565.HTIDjyuCRh@xps> In-Reply-To: References: <20180122141428.106166-1-jasvinder.singh@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] lib/librte_flow_classify: fix memory leak issue 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: Thu, 25 Jan 2018 22:31:40 -0000 22/01/2018 15:49, Ferruh Yigit: > On 1/22/2018 2:14 PM, Jasvinder Singh wrote: > > Free allocated memory of the rule if not added to the table. > > > > Coverity issue: 257032 > > Fixes: 50bdac5916d9 ("flow_classify: remove table id parameter from API") > > > > Signed-off-by: Jasvinder Singh > > Reviewed-by: Ferruh Yigit Applied, thanks Note: lib/librte_ is not needed in the title beginning.