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

2020-05-14 Thread Jerin Jacob
On Thu, May 14, 2020 at 9:02 AM wrote: > > From: Kiran Kumar K > > Fix memory leaks reported by coverity. Please add Coverity issue: and Fixes: tag > > Signed-off-by: Kiran Kumar K > --- > app/test/test_graph.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/

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

2020-05-13 Thread kirankumark
From: Kiran Kumar K Fix memory leaks reported by coverity. Signed-off-by: Kiran Kumar K --- app/test/test_graph.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/test/test_graph.c b/app/test/test_graph.c index cf6df0744..ed69eda99 100644 --- a/app/test/test_graph