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

2020-05-15 Thread David Marchand
On Fri, May 15, 2020 at 9:29 AM 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") > > Signed-off-by: Kiran Kumar K > Acked-by: Jerin Jacob Applied,

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

2020-05-15 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 Acked-by: Jerin Jacob --- V4 Changes: * Added space before bracket in Fixes. app/test/t