Re: [libvirt] [PATCH 09/12] tests: refactor qemuMonitorTestProcessCommandDefault

2019-06-17 Thread Peter Krempa
On Sat, Jun 15, 2019 at 13:54:07 +0200, Ján Tomko wrote: > Use VIR_AUTOPTR and get rid of the 'ret' variable. > > Signed-off-by: Ján Tomko > --- > tests/qemumonitortestutils.c | 31 +++ > 1 file changed, 11 insertions(+), 20 deletions(-) > > diff --git

[libvirt] [PATCH 09/12] tests: refactor qemuMonitorTestProcessCommandDefault

2019-06-15 Thread Ján Tomko
Use VIR_AUTOPTR and get rid of the 'ret' variable. Signed-off-by: Ján Tomko --- tests/qemumonitortestutils.c | 31 +++ 1 file changed, 11 insertions(+), 20 deletions(-) diff --git a/tests/qemumonitortestutils.c b/tests/qemumonitortestutils.c index