]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vbox: Cleanup vboxDumpDisks implementation
authorDawid Zamirski <dzamirski@datto.com>
Tue, 7 Nov 2017 18:49:26 +0000 (13:49 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 7 Nov 2017 19:45:51 +0000 (14:45 -0500)
commit08b995c8d0e8b9070cfe9276efce498b15f091ee
treeabdb8053cb574cfa09e6a7e7665860748b569665
parenta4919338baff854cccd08fc8f511855e8c60ed1a
vbox: Cleanup vboxDumpDisks implementation

Primer the code for further changes:

* move variable declarations to the top of the function
* group together free/release statements
* error check and report VBOX API calls used
src/vbox/vbox_common.c