From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/pcap: fix memory leak Date: Thu, 7 Feb 2019 12:29:31 +0000 Message-ID: References: <20190130010854.27352-1-qi.z.zhang@intel.com> <62b997f7-d95f-7212-a8cf-9cdbd992d9ec@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, stable@dpdk.org To: Qi Zhang Return-path: In-Reply-To: <62b997f7-d95f-7212-a8cf-9cdbd992d9ec@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/30/2019 11:30 AM, Ferruh Yigit wrote: > On 1/30/2019 1:08 AM, Qi Zhang wrote: >> Fix potential memory leak due to kvlist not be freed. >> >> Fixes: 0d0dd2d9d8ff ("net/pcap: enable data path for secondary process") >> Cc: stable@dpdk.org >> >> Reported-by: Gage Eads >> Signed-off-by: Qi Zhang > > Acked-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.