]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_process.c: modernize qemuProcessQMPNew()
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Fri, 17 Jul 2020 21:15:53 +0000 (18:15 -0300)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 21 Jul 2020 13:34:36 +0000 (15:34 +0200)
commitf187b2fb98136ff15ab84251488fc504b87703de
tree56b5f2260102a3397f43d3b25ce13cbbd205aefd
parentb677f0dbe05f8366b85b6fed0a77c5c43794b35b
qemu_process.c: modernize qemuProcessQMPNew()

Use g_autoptr() and remove the 'cleanup' label.

Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Message-Id: <20200717211556.1024748-3-danielhb413@gmail.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_process.c