Re: [libvirt] [PATCH v3 2/4] qemu_process.c: use g_autoptr()

2019-10-17 Thread Daniel Henrique Barboza
On 10/17/19 5:03 PM, Jonathon Jongsma wrote: On Thu, 2019-10-17 at 09:46 -0300, Daniel Henrique Barboza wrote: Change all feasible pointers to use g_autoptr(). Signed-off-by: Daniel Henrique Barboza --- src/qemu/qemu_process.c | 121 +- -- 1 file chang

Re: [libvirt] [PATCH v3 2/4] qemu_process.c: use g_autoptr()

2019-10-17 Thread Jonathon Jongsma
On Thu, 2019-10-17 at 17:08 -0300, Daniel Henrique Barboza wrote: > > On 10/17/19 5:03 PM, Jonathon Jongsma wrote: > > On Thu, 2019-10-17 at 09:46 -0300, Daniel Henrique Barboza wrote: > > > Change all feasible pointers to use g_autoptr(). > > > > > > Signed-off-by: Daniel Henrique Barboza > > >

Re: [libvirt] [PATCH v3 2/4] qemu_process.c: use g_autoptr()

2019-10-17 Thread Jonathon Jongsma
On Thu, 2019-10-17 at 09:46 -0300, Daniel Henrique Barboza wrote: > Change all feasible pointers to use g_autoptr(). > > Signed-off-by: Daniel Henrique Barboza > --- > src/qemu/qemu_process.c | 121 +- > -- > 1 file changed, 40 insertions(+), 81 deletions(-) >

[libvirt] [PATCH v3 2/4] qemu_process.c: use g_autoptr()

2019-10-17 Thread Daniel Henrique Barboza
Change all feasible pointers to use g_autoptr(). Signed-off-by: Daniel Henrique Barboza --- src/qemu/qemu_process.c | 121 +--- 1 file changed, 40 insertions(+), 81 deletions(-) diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c index f747cdcc59..