Re: [libvirt] [PATCH 1/2] Fix net/disk hot-unplug segfault

2009-09-21 Thread Daniel P. Berrange
On Thu, Sep 17, 2009 at 04:02:10PM +0100, Mark McLoughlin wrote: When we hot-unplug the last device, we're currently double-freeing the device definition. Reported by Michal Nowak here: https://bugzilla.redhat.com/523953 * src/qemu_driver.c: fix double free --- src/qemu_driver.c |

[libvirt] [PATCH 1/2] Fix net/disk hot-unplug segfault

2009-09-17 Thread Mark McLoughlin
When we hot-unplug the last device, we're currently double-freeing the device definition. Reported by Michal Nowak here: https://bugzilla.redhat.com/523953 * src/qemu_driver.c: fix double free --- src/qemu_driver.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git