On 07/19/2016 02:54 AM, marcandre.lureau@redhat.com wrote: > From: Marc-André Lureau > > The irqs array is no longer being used > > Signed-off-by: Marc-André Lureau > --- > hw/i386/pc.c | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Eric Blake > diff --git a/hw/i386/pc.c b/hw/i386/pc.c > index 57b09c9..a20ab58 100644 > --- a/hw/i386/pc.c > +++ b/hw/i386/pc.c > @@ -1561,6 +1561,7 @@ void pc_basic_device_init(ISABus *isa_bus, qemu_irq *gsi, > } > port92 = isa_create_simple(isa_bus, "port92"); > port92_init(port92, a20_line[1]); > + g_free(a20_line); > > DMA_init(isa_bus, 0); > > -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org