From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ring: Fix memory leakage in rte_pmd_ring_devuninit Date: Mon, 23 Nov 2015 23:47:38 +0100 Message-ID: <10067652.GEfRlPb3J0@xps13> References: <1447885757-13038-1-git-send-email-mauricio.vasquezbernal@studenti.polito.it> <1448043859-4326-1-git-send-email-mauricio.vasquezbernal@studenti.polito.it> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Mauricio Vasquez B Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id A7AE38E9B for ; Mon, 23 Nov 2015 23:48:55 +0100 (CET) Received: by wmuu63 with SMTP id u63so74104826wmu.0 for ; Mon, 23 Nov 2015 14:48:55 -0800 (PST) In-Reply-To: <1448043859-4326-1-git-send-email-mauricio.vasquezbernal@studenti.polito.it> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-11-20 19:24, Mauricio Vasquez B: > When freeing the device it is also neccesary to free > rx_queues and tx_queues > > Signed-off-by: Mauricio Vasquez B Applied with spacing fix, thanks