Re: [PATCH] bsps/irq: fix resource leak in irq-server.c

2020-01-06 Thread Sebastian Huber
On 06/01/2020 19:07, Gedare Bloom wrote: Hi Sebastian, I pushed this patch, can you just double check the intention is right? I think you wrote the original code. Thanks for fixing this. It looks good. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, German

Re: [PATCH] bsps/irq: fix resource leak in irq-server.c

2020-01-06 Thread Gedare Bloom
Hi Sebastian, I pushed this patch, can you just double check the intention is right? I think you wrote the original code. On Fri, Jan 3, 2020 at 11:50 AM Gedare Bloom wrote: > > Resource leak identified by Coverity (CID 1456675). The value > of instances is leaked in case some but not all irq se

[PATCH] bsps/irq: fix resource leak in irq-server.c

2020-01-03 Thread Gedare Bloom
Resource leak identified by Coverity (CID 1456675). The value of instances is leaked in case some but not all irq servers are created. It should be stored in bsp_interrupt_server_instances. --- bsps/shared/irq/irq-server.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bsps/shared/irq/irq-ser