test/reorder: fix memory leak
authorAnatoly Burakov <anatoly.burakov@intel.com>
Tue, 6 Feb 2018 13:35:38 +0000 (13:35 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 6 Feb 2018 18:45:29 +0000 (19:45 +0100)
commit8d0e39debc2eaaf684d78d222152b34f08a325b5
tree6e6c2ebeeeec6a2cc99bd8b846c400f3d1f84ba7
parent24d376bfee2874c6fcb0d468b5f3898e60478169
test/reorder: fix memory leak

Add a teardown function that frees allocated resources.

Fixes: d0c9b58d7156 ("app/test: new reorder unit test")
Cc: stable@dpdk.org
Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
test/test/test_reorder.c