Signed-off-by: Bill Fischofer <[email protected]>
---
test/validation/odp_queue.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/test/validation/odp_queue.c b/test/validation/odp_queue.c
index 91a32dc..1808055 100644
--- a/test/validation/odp_queue.c
+++ b/test/validation/odp_queue.c
@@ -103,6 +103,10 @@ static void test_odp_queue_sunnyday(void)
odp_buffer_free(enbuf);
}
+ /* Cleanup test by destroying the queue and pool we created */
+ CU_ASSERT_EQUAL(odp_queue_destroy(queue_id), 0);
+ CU_ASSERT_EQUAL(odp_pool_destroy(msg_pool), 0);
+
return;
}
--
2.1.0
_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp