]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Alter error path cleanup for qemuDomainAttachMemory
authorJohn Ferlan <jferlan@redhat.com>
Fri, 15 Jul 2016 11:27:48 +0000 (07:27 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 19 Jul 2016 11:13:09 +0000 (07:13 -0400)
commit99026fd0ad4fb962cc1c95c9a310ee7af79788ae
tree348f430eca4570462c31c3053bd61c6f770ef77d
parent47208776be883ae8e55ea95a7673b47fe112c51f
qemu: Alter error path cleanup for qemuDomainAttachMemory

A recent adjustment to qemuDomainAttachRNGDevice to properly cleanup
the props object after a qemuMonitorAddObject also would affect this
code. Alter the cleanup to be similar to RNG changes.
src/qemu/qemu_hotplug.c