> -----Original Message----- > From: Burakov, Anatoly > Sent: Friday, December 22, 2017 10:12 AM > To: [email protected] > Cc: Dumitrescu, Cristian <[email protected]>; [email protected] > Subject: [PATCH 5/6] test: fix memory leak in table autotest > > Always deallocate allocated resources after the test is done. > > Fixes: 5205954791cb ("app/test: packet framework unit tests") > Cc: [email protected] > Cc: [email protected] > Signed-off-by: Anatoly Burakov <[email protected]> > --- > test/test/test_table.c | 44 ++++++++++++++++++++++++++++---------------- > 1 file changed, 28 insertions(+), 16 deletions(-) > > diff --git a/test/test/test_table.c b/test/test/test_table.c
Acked-by: Cristian Dumitrescu <[email protected]>

