]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: hotplug: Fix possible memory leak of props
authorJohn Ferlan <jferlan@redhat.com>
Mon, 11 Apr 2016 14:00:32 +0000 (10:00 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 2 May 2016 10:29:21 +0000 (06:29 -0400)
commit573cfd188ceaca86f4d50da1ea7d52efd55899f8
tree27124726e76b51eaec43c255181728a90210b38b
parent3e81b98ceb06de58f0ec92136422b170502cf9d2
qemu: hotplug: Fix possible memory leak of props

If we failed to build the aliases or attach the chardev, then the props
would be leaked - fix that.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_hotplug.c