test/memzone: fix memory leak
authorRadoslaw Biernacki <radoslaw.biernacki@linaro.org>
Wed, 8 Nov 2017 12:33:14 +0000 (13:33 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 11 Nov 2017 15:18:21 +0000 (16:18 +0100)
commit71330483a19303e5001ea70af80672cbe6cd881b
treea6787f7bdc1f5e870ff6aa2a57159da48fefa5ef
parentdc1f1b232000dcf65994b9755f7969c00cbd11de
test/memzone: fix memory leak

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")
Cc: stable@dpdk.org
Signed-off-by: Radoslaw Biernacki <radoslaw.biernacki@linaro.org>
test/test/test_memzone.c