From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] test/memzone: fixing memory leak in memzone autotest Date: Sat, 11 Nov 2017 12:26:19 +0100 Message-ID: <2265238.loL1tUXyfP@xps> References: <1510144394-31678-1-git-send-email-radoslaw.biernacki@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, dev@dpdk.org, sergio.gonzalez.monroy@intel.com To: Radoslaw Biernacki Return-path: In-Reply-To: <1510144394-31678-1-git-send-email-radoslaw.biernacki@linaro.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 08/11/2017 13:33, Radoslaw Biernacki: > This patch fixes the memory leaks in memzone_autotest. Those memory leaks > lead to failures in tests from the same testing group due to out of memory > problems. With introduction of rte_memzone_free() it is now possible to > free the memzone. Fix uses this API call to make a clean after each test > case. > > Fixes: ff909fe21f0a ("mem: introduce memzone freeing") > > Signed-off-by: Radoslaw Biernacki Applied, thanks