[dpdk-dev] [PATCH v5 1/6] test: fix memory leak in bitmap test

2018-02-06 Thread Anatoly Burakov
Acked-by: Cristian Dumitrescu Fixes: c7e4a134e769 ("test: verify bitmap operations") Cc: pbhagavat...@caviumnetworks.com Signed-off-by: Anatoly Burakov --- Notes: v4: put ack after signoff test/test/test_bitmap.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/test/test_bitmap

Re: [dpdk-dev] [PATCH v5 1/6] test: fix memory leak in bitmap test

2018-02-06 Thread Thomas Monjalon
06/02/2018 14:35, Anatoly Burakov: > Acked-by: Cristian Dumitrescu > > Fixes: c7e4a134e769 ("test: verify bitmap operations") > Cc: pbhagavat...@caviumnetworks.com > Signed-off-by: Anatoly Burakov Series applied, thanks