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 881971BA9C; Mon, 14 May 2018 00:47:38 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 14E6025BA9; Sun, 13 May 2018 18:47:38 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 13 May 2018 18:47:38 -0400 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=DC8ZcKIL7plfs8RcZq+R1yoJHP yGs0jwKF4YcTiCL6Q=; b=gGDVeivTZpLLGZaXJQvUMN241/1oIShTczvkjUIarQ xJ2Cr/PvTHp5Pe1rYzNPlcJdvwsWw/OsoSz6i3qfDNRS2Gf86YGDNiUy5x6siwbP oFZb4FW86x7oS6Yq+knMZAA3Bg8Qgr+r+5QJGlKmJ85rZCwer3VnvomvE5/lC/t+ 8= 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=fm2; bh=DC8ZcK IL7plfs8RcZq+R1yoJHPyGs0jwKF4YcTiCL6Q=; b=JY5Z1CWAr4McXou+xPsYdl 4LIYTlRCwvKCvkQOXZeBeU3pRntQrAurbM+M4vc88D0CC3CxUZG1mGWHOcwbIyOQ TRWjqBrHjgNjCrLd7c3ShFmnGbkP6lLwucibaEjqWpdZogMlnbqebrupqQLYDk0A OtVbqKJJiZN9JJh6CPMLJd9lfmdopv/z0P2w9+SLCWwp310qVfxgFt5dNvhrfxQ0 GUYwTus6CpHkcWlP59anijEM0q7xuxLW6ae0aNaPPddic9DAJ1i1AG4vSQyCYMtS wNH06GOTxQiwToRrDMvPRdGNxBtL7Ro/RJfUPlp5zpmiUWD9tkbOVqDm1cu9CeGA == 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 4AC58E4123; Sun, 13 May 2018 18:47:37 -0400 (EDT) From: Thomas Monjalon To: Shreyansh Jain Cc: dev@dpdk.org, Hemant Agrawal , "stable@dpdk.org" Date: Mon, 14 May 2018 00:47:36 +0200 Message-ID: <2375306.ec1KVcrP50@xps> In-Reply-To: References: <20180509152752.30421-1-shreyansh.jain@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 1/2] bus/fslmc: fix memory leak and cleanup 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: Sun, 13 May 2018 22:47:38 -0000 10/05/2018 12:46, Hemant Agrawal: > On 5/9/2018 8:57 PM, Shreyansh Jain wrote: > > Fixes: 828d51d8fc3e ("bus/fslmc: refactor scan and probe functions") > > Coverity issue: 268338 > > Cc: stable@dpdk.org > > > > Signed-off-by: Shreyansh Jain > > --- > Acked-by: Hemant Agrawal Series applied, thanks