]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix net/disk hot-unplug segfault
authorMark McLoughlin <markmc@redhat.com>
Thu, 17 Sep 2009 14:31:08 +0000 (15:31 +0100)
committerMark McLoughlin <markmc@redhat.com>
Thu, 17 Sep 2009 15:05:03 +0000 (16:05 +0100)
commit8881ae1bf8783006777429403cc543c33187175d
tree12e5fe7f0e107baf3d5da841d58ba35958ae1d60
parent3c80fac2588cbc9e5ee7e7069e1ca4468f2359d3
Fix net/disk hot-unplug segfault

When we hot-unplug the last device, we're currently double-freeing
the device definition.

Reported by Martin Banas here:

  https://bugzilla.redhat.com/523953

* src/qemu_driver.c: fix double free
src/qemu_driver.c