projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d80fe99
)
pc: don't leak a20_line
author
Marc-André Lureau
<marcandre.lureau@redhat.com>
Wed, 13 Jul 2016 00:53:46 +0000
(
02:53
+0200)
committer
Marc-André Lureau
<marcandre.lureau@redhat.com>
Thu, 8 Sep 2016 14:05:21 +0000
(18:05 +0400)
The irqs array is no longer being used
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
hw/i386/pc.c
patch
|
blob
|
history
diff --git
a/hw/i386/pc.c
b/hw/i386/pc.c
index 15966ce9941e85b6ac26440693cb19e4ffed4078..e31f70f428dad4a80130957ee63c30824782b722 100644
(file)
--- a/
hw/i386/pc.c
+++ b/
hw/i386/pc.c
@@
-1608,6
+1608,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);