Re: [Qemu-devel] [PATCH] pci: fix pci_unregister_secondary_bus().

2010-07-09 Thread Isaku Yamahata
On Fri, Jul 09, 2010 at 08:46:33AM +0200, Markus Armbruster wrote: > Isaku Yamahata writes: > > > Fix leak in pci_unregister_secondary_bus(). > > call qbus_free(). > > > > Signed-off-by: Isaku Yamahata > > --- > > hw/pci.c |1 + > > 1 files changed, 1 insertions(+), 0 deletions(-) > > > > d

Re: [Qemu-devel] [PATCH] pci: fix pci_unregister_secondary_bus().

2010-07-08 Thread Markus Armbruster
Isaku Yamahata writes: > Fix leak in pci_unregister_secondary_bus(). > call qbus_free(). > > Signed-off-by: Isaku Yamahata > --- > hw/pci.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/hw/pci.c b/hw/pci.c > index a7ff566..25634ed 100644 > --- a/hw/pci.c > +++ b/

[Qemu-devel] [PATCH] pci: fix pci_unregister_secondary_bus().

2010-07-08 Thread Isaku Yamahata
Fix leak in pci_unregister_secondary_bus(). call qbus_free(). Signed-off-by: Isaku Yamahata --- hw/pci.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/hw/pci.c b/hw/pci.c index a7ff566..25634ed 100644 --- a/hw/pci.c +++ b/hw/pci.c @@ -298,6 +298,7 @@ static void pci_un