]> xenbits.xensource.com Git - libvirt.git/commit
qemu: remove superfluous cleanup: labels and ret return variables
authorLaine Stump <laine@redhat.com>
Thu, 18 Aug 2022 17:28:55 +0000 (13:28 -0400)
committerLaine Stump <laine@redhat.com>
Wed, 24 Aug 2022 16:22:47 +0000 (12:22 -0400)
commit9a64c66d341dc430ecdb69cd68166f9ff88040c7
tree18dd421f56686e4534ee7007282fb2ff5fb444b9
parent658cbbea5cca7642ee312a678c9ff5fe2fd98aee
qemu: remove superfluous cleanup: labels and ret return variables

After converting virNetworkDef * to g_autoptr(virNetworkDef) the
cleanup codepath was empty, so it has been removed.

Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_process.c