Re: [dpdk-dev] [PATCH v3] test/graph: fix coverity issues

2020-05-15 Thread Jerin Jacob
On Thu, May 14, 2020 at 4:56 PM wrote: > > From: Kiran Kumar K > > Fix memory leak and weak crypto issues reported by coverity. > > Coverity issue: 358439, 358448, 358451 > Fixes: 6b89650418("test/graph: add functional tests") Space is missing before the opening bracket due to that checkpatch is

[dpdk-dev] [PATCH v3] test/graph: fix coverity issues

2020-05-14 Thread kirankumark
From: Kiran Kumar K Fix memory leak and weak crypto issues reported by coverity. Coverity issue: 358439, 358448, 358451 Fixes: 6b89650418("test/graph: add functional tests") Signed-off-by: Kiran Kumar K --- app/test/test_graph.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) di