Re: [dpdk-dev] [PATCH] examples/pipeline: fix resource release in table update

2020-10-19 Thread David Marchand
On Tue, Oct 13, 2020 at 8:41 PM Cristian Dumitrescu wrote: > > Fix the resource release sequence in table update. > > Fixes: 5074e1d551 ("examples/pipeline: add configuration commands") > Coverity issues: 362882, 363041, 363044, 363047 $ ./devtools/check-git-log.sh Missing 'Coverity issue:' tag:

[dpdk-dev] [PATCH] examples/pipeline: fix resource release in table update

2020-10-13 Thread Cristian Dumitrescu
Fix the resource release sequence in table update. Fixes: 5074e1d551 ("examples/pipeline: add configuration commands") Coverity issues: 362882, 363041, 363044, 363047 Signed-off-by: Cristian Dumitrescu --- examples/pipeline/cli.c | 22 ++ 1 file changed, 10 insertions(+), 12