]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_process.c: use g_autofree
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Fri, 20 Dec 2019 21:16:28 +0000 (18:16 -0300)
committerCole Robinson <crobinso@redhat.com>
Fri, 20 Dec 2019 23:31:51 +0000 (18:31 -0500)
commit982ea951428ab325eed47c2a1293fb8487a31897
tree4224d4cf036fa3f7682bd6f41f0bd8e03a3e06dc
parent290c1ea73374177db42490da9ef7cf01a6f705ca
qemu_process.c: use g_autofree

Change all feasible strings and scalar pointers to use g_autofree.

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