test/event: fix timer adapter creation test
authorShijith Thotton <sthotton@marvell.com>
Mon, 30 Aug 2021 20:12:59 +0000 (01:42 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 25 Oct 2021 10:15:59 +0000 (12:15 +0200)
commite6cb7e70dfc58f21739fc67d91d1af49266e0b71
treeb9adcdcc845ec750291de85152a92f29832111e0
parentd05c2dcc490e819e3502c6c89de22851f4fff053
test/event: fix timer adapter creation test

Removed freeing of unallocated mempool in event timer adapter create
unit test.

Fixes: d1f3385d0076 ("test: add event timer adapter auto-test")
Cc: stable@dpdk.org
Signed-off-by: Shijith Thotton <sthotton@marvell.com>
Acked-by: Erik Gabriel Carrillo <erik.g.carrillo@intel.com>
app/test/test_event_timer_adapter.c