Both term function were missing for the ODP main process.
Added here.

Signed-off-by: Christophe Milard <christophe.mil...@linaro.org>
---
 test/common_plat/performance/odp_pktio_perf.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/common_plat/performance/odp_pktio_perf.c 
b/test/common_plat/performance/odp_pktio_perf.c
index 483f067..6db02e0 100644
--- a/test/common_plat/performance/odp_pktio_perf.c
+++ b/test/common_plat/performance/odp_pktio_perf.c
@@ -1077,5 +1077,8 @@ int main(int argc, char **argv)
                test_term();
        }
 
+       odp_term_local();
+       odp_term_global(instance);
+
        return ret;
 }
-- 
2.7.4

Reply via email to