Re: [PATCH] ide/sii3112: Avoid leaking irqs array

2020-03-23 Thread John Snow
On 3/23/20 10:32 AM, BALATON Zoltan wrote: > Coverity CID 1421984 reports a leak in allocated irqs, this patch > attempts to plug that. > > Signed-off-by: BALATON Zoltan Dequeueing in favor of Peter Maydell's patch. (Let me know if you feel that is a mistake.)

Re: [PATCH] ide/sii3112: Avoid leaking irqs array

2020-03-23 Thread BALATON Zoltan
On Mon, 23 Mar 2020, Philippe Mathieu-Daudé wrote: On 3/23/20 3:32 PM, BALATON Zoltan wrote: Coverity CID 1421984 reports a leak in allocated irqs, this patch attempts to plug that. Signed-off-by: BALATON Zoltan --- hw/ide/sii3112.c | 14 +++--- 1 file changed, 11 insertions(+), 3 d

Re: [PATCH] ide/sii3112: Avoid leaking irqs array

2020-03-23 Thread Philippe Mathieu-Daudé
On 3/23/20 3:32 PM, BALATON Zoltan wrote: Coverity CID 1421984 reports a leak in allocated irqs, this patch attempts to plug that. Signed-off-by: BALATON Zoltan --- hw/ide/sii3112.c | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/hw/ide/sii3112.c b/hw/ide/

[PATCH] ide/sii3112: Avoid leaking irqs array

2020-03-23 Thread BALATON Zoltan
Coverity CID 1421984 reports a leak in allocated irqs, this patch attempts to plug that. Signed-off-by: BALATON Zoltan --- hw/ide/sii3112.c | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/hw/ide/sii3112.c b/hw/ide/sii3112.c index 06605d7af2..c886916873 100644