]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vbox: Do not free disk definitions on cleanup
authorDawid Zamirski <dzamirski@datto.com>
Tue, 7 Nov 2017 18:49:23 +0000 (13:49 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 7 Nov 2017 19:45:51 +0000 (14:45 -0500)
commit03a24da4c450e4931d4aee29d8ed0886244d0ef0
treed8c8301937133b10b4093a22c2822f61b8d34c6d
parent60c519ee24a6f308b7eeba3c3c140f8f61463c56
vbox: Do not free disk definitions on cleanup

Both vboxSnapshotGetReadWriteDisks and vboxSnapshotGetReadWriteDisks do
not need to free the def->disks on cleanup because it's being done by
the caller via virDomainSnaphotDefFree
src/vbox/vbox_common.c