]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_process.c: remove cleanup labels after g_auto*() changes
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Fri, 20 Dec 2019 21:16:31 +0000 (18:16 -0300)
committerCole Robinson <crobinso@redhat.com>
Fri, 20 Dec 2019 23:31:51 +0000 (18:31 -0500)
commitd8eb3ab9e1fc16c3c9e37df62449b175d51feecb
tree5806fa2b1d551736a13fa5a8911f08b83298216b
parentd234efc59ac56f91b6e63c3ca11604fb29e85bda
qemu_process.c: remove 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.

Reviewed-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
src/qemu/qemu_process.c