Re: [libvirt] [PATCH 2/5] qemuxml2xmltest: Move virObjectUnref() call

2019-04-02 Thread Ján Tomko
On Mon, Apr 01, 2019 at 04:04:34PM +0200, Michal Privoznik wrote: The current location looks very arbitrary. Move it to the end of the mymain() function so it is less confusing. Signed-off-by: Michal Privoznik --- tests/qemuxml2xmltest.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)

[libvirt] [PATCH 2/5] qemuxml2xmltest: Move virObjectUnref() call

2019-04-01 Thread Michal Privoznik
The current location looks very arbitrary. Move it to the end of the mymain() function so it is less confusing. Signed-off-by: Michal Privoznik --- tests/qemuxml2xmltest.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/qemuxml2xmltest.c b/tests/qemuxml2xmltest.c inde