]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_driver.c: remove unused 'cleanup' labels after g_auto*() changes
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Wed, 16 Oct 2019 20:54:32 +0000 (17:54 -0300)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 17 Oct 2019 11:56:46 +0000 (13:56 +0200)
commit89026383d3ffca32e0c6a38dca36fc64baf56617
tree414a3f4ea11dca28a804fb49d1817e4db31d29c9
parent0108deb944af5ca6f1da350c9d0352c8ed18738b
qemu_driver.c: remove unused 'cleanup' labels after g_auto*() changes

The g_auto*() changes made by the previous patches made a lot
of 'cleanup' labels obsolete. Let's remove them.

Suggested-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_driver.c