]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Fix memory leak in qemuDomainBlockCopyCommon()
authorJie Wang <wangjie88@huawei.com>
Fri, 9 Jun 2017 09:12:34 +0000 (17:12 +0800)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 12 Jun 2017 09:40:15 +0000 (17:40 +0800)
commit382bdbfe7b1d5d359cd47e6d352d7f0b20884165
tree275a0646a59449a042ca483b9848260afeeeec8a
parent3596b1ddf912418f70c9eaa07d460aacf574bbfd
qemu: Fix memory leak in qemuDomainBlockCopyCommon()

Exiting early through the cleanup path did result in 'mirror'
being leaked.
src/qemu/qemu_driver.c