]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuDomainBlocksStatsGather: Automatically free GHashTable and refactor cleanup
authorPeter Krempa <pkrempa@redhat.com>
Tue, 30 Nov 2021 10:41:26 +0000 (11:41 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 1 Dec 2021 12:53:11 +0000 (13:53 +0100)
commitc366c9bcdd782e543b0fa60d3b5ecea18a498a16
tree6ce493c2edc4f95f4a2c28690d7ffbdb8d4019fe
parente34a53222904799d9416a9c52a44587a0b0dac70
qemuDomainBlocksStatsGather: Automatically free GHashTable and refactor cleanup

No need for the cleanup section once we switch to g_autoptr.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
src/qemu/qemu_driver.c