]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: remove cleanup label from qemuMigrationSrcGraphicsRelocate
authorJán Tomko <jtomko@redhat.com>
Wed, 22 Jun 2022 05:29:22 +0000 (07:29 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 22 Jun 2022 10:28:29 +0000 (12:28 +0200)
commit7b5dd948b8c2d7c2e3cc3cb09c29b3c928d19bef
treeb925bd2d46e2365d3fbe47fecbbb5c54dbdc1c64
parentc1ac66afdb2aaf9e2b0cd4b8cf91e3c72303eaa7
qemu: remove cleanup label from qemuMigrationSrcGraphicsRelocate

Remove the label and use 'rc' instead of 'ret'.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
src/qemu/qemu_migration.c