1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-30 18:50:18 +03:00

qemu: Fix qemuDomainModifyDeviceFlags leaking the caps bitmap

This commit is contained in:
Matthias Bolte 2011-04-30 12:07:39 +02:00
parent 9d50b323a9
commit feecc9f395

View File

@ -4316,6 +4316,7 @@ endjob:
vm = NULL;
cleanup:
qemuCapsFree(qemuCaps);
virDomainDefFree(vmdef);
virDomainDeviceDefFree(dev);
if (vm)