Re: [libvirt] [PATCH 05/18] virpcimock: Use VIR_AUTOFREE()

2019-08-16 Thread Daniel Henrique Barboza
Reviewed-by: Daniel Henrique Barboza On 8/14/19 8:57 AM, Michal Privoznik wrote: It saves us couple of lines. Signed-off-by: Michal Privoznik --- tests/virpcimock.c | 109 +++-- 1 file changed, 36 insertions(+), 73 deletions(-) diff --git

[libvirt] [PATCH 05/18] virpcimock: Use VIR_AUTOFREE()

2019-08-14 Thread Michal Privoznik
It saves us couple of lines. Signed-off-by: Michal Privoznik --- tests/virpcimock.c | 109 +++-- 1 file changed, 36 insertions(+), 73 deletions(-) diff --git a/tests/virpcimock.c b/tests/virpcimock.c index 853ac588e9..0950f3ba00 100644 ---