[dpdk-dev] [PATCH 5/6] test: fix memory leak in table autotest

2017-12-22 Thread Anatoly Burakov
Always deallocate allocated resources after the test is done. Fixes: 5205954791cb ("app/test: packet framework unit tests") Cc: cristian.dumitre...@intel.com Cc: sta...@dpdk.org Signed-off-by: Anatoly Burakov --- test/test/test_table.c | 44 1 file ch

Re: [dpdk-dev] [PATCH 5/6] test: fix memory leak in table autotest

2018-01-11 Thread Dumitrescu, Cristian
> -Original Message- > From: Burakov, Anatoly > Sent: Friday, December 22, 2017 10:12 AM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; sta...@dpdk.org > Subject: [PATCH 5/6] test: fix memory leak in table autotest > > Always deallocate allocated resources after the test is done. > > F