qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT a612410] ne2000-isa: Do not free memory owned by


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT a612410] ne2000-isa: Do not free memory owned by qdev
Date: Mon, 14 Sep 2009 05:22:47 -0000

From: malc <address@hidden>

Signed-off-by: malc <address@hidden>

diff --git a/hw/ne2000-isa.c b/hw/ne2000-isa.c
index 9d8f7aa..54c0478 100644
--- 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]