Re: [dpdk-dev] [PATCH] examples/pipeline: fix resource leak

2020-10-29 Thread David Marchand
On Mon, Oct 26, 2020 at 10:24 PM Cristian Dumitrescu wrote: > > Coverity issue: 363041 > Fixes: 5074e1d551 ("examples/pipeline: add configuration commands") > > Signed-off-by: Cristian Dumitrescu Applied, thanks. -- David Marchand

[dpdk-dev] [PATCH] examples/pipeline: fix resource leak

2020-10-26 Thread Cristian Dumitrescu
Coverity issue: 363041 Fixes: 5074e1d551 ("examples/pipeline: add configuration commands") Signed-off-by: Cristian Dumitrescu --- examples/pipeline/cli.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/examples/pipeline/cli.c b/examples/pipeline/cli.c index 8ac6b3f5f..d0150c