Re: [dpdk-dev] [PATCH v2] test/graph: fix memory leak

2020-05-14 Thread David Marchand
On Thu, May 14, 2020 at 10:57 AM wrote: > > From: Kiran Kumar K > > Fix memory leaks reported by coverity. > > Coverity issue: 358439, 358451, 358448. Please no '.' at the end of a tag (and sorting would not hurt). I wanted to get a look at those, but I can't find them in coverity webui. Maybe

[dpdk-dev] [PATCH v2] test/graph: fix memory leak

2020-05-14 Thread kirankumark
From: Kiran Kumar K Fix memory leaks reported by coverity. Coverity issue: 358439, 358451, 358448. Fixes: 6b89650418("test/graph: add functional tests") Signed-off-by: Kiran Kumar K --- V2 changes: * Added Coverity issue and Fixes info. app/test/test_graph.c | 7 +-- 1 file changed, 5 in

[dpdk-dev] [PATCH v2] test/graph: fix memory leak

2020-05-14 Thread kirankumark
From: Kiran Kumar K Fix memory leaks reported by coverity. Coverity issue: 358439, 358451, 358448. Fixes: 6b89650418("test/graph: add functional tests") Signed-off-by: Kiran Kumar K --- V2 changes: * Added Coverity issue and Fixes info. app/test/test_graph.c | 7 +-- 1 file changed, 5 in