projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4f763b
)
ne2000-isa: Do not free memory owned by qdev
author
malc
<av1474@comtv.ru>
Mon, 14 Sep 2009 05:20:45 +0000
(09:20 +0400)
committer
malc
<av1474@comtv.ru>
Mon, 14 Sep 2009 05:21:00 +0000
(09:21 +0400)
Signed-off-by: malc <av1474@comtv.ru>
hw/ne2000-isa.c
patch
|
blob
|
history
diff --git
a/hw/ne2000-isa.c
b/hw/ne2000-isa.c
index 9d8f7aa561e697a66287a1d6040b8038e9f1c0bf..54c0478a452dc1a6cf700c0f1a489044aefb401d 100644
(file)
--- a/
hw/ne2000-isa.c
+++ b/
hw/ne2000-isa.c
@@
-45,8
+45,6
@@
static void isa_ne2000_cleanup(VLANClientState *vc)
isa_unassign_ioport(isa->iobase, 16);
isa_unassign_ioport(isa->iobase + 0x10, 2);
isa_unassign_ioport(isa->iobase + 0x1f, 1);
-
- qemu_free(s);
}
static int isa_ne2000_initfn(ISADevice *dev)