Re: [PATCH] examples/pipeline: fix memory free

2022-10-05 Thread Thomas Monjalon
27/09/2022 06:37, Harshad Narayane: > Coverity issue: 380863 > Coverity issue: 380866 > Fixes: 6bc14d9f ("examples/pipeline: add command for shared library build") > > Fix memory resource free for buffer allocation failure at pipeline > library build. > > Signed-off-by: Harshad Narayane > Signed

[PATCH] examples/pipeline: fix memory free

2022-09-27 Thread Harshad Narayane
Coverity issue: 380863 Coverity issue: 380866 Fixes: 6bc14d9f ("examples/pipeline: add command for shared library build") Fix memory resource free for buffer allocation failure at pipeline library build. Signed-off-by: Harshad Narayane Signed-off-by: Kamalakannan R Acked-by: Cristian Dumitrescu