Re: [libvirt] [PATCH 3/9] conf: Refactor resource cleanup in virDomainDeviceDefParse

2019-09-18 Thread Jiri Denemark
On Mon, Sep 16, 2019 at 14:17:06 +0200, Peter Krempa wrote: > Use VIR_AUTO* helpers to get rid of the convoluted cleanup path. > > Signed-off-by: Peter Krempa > --- > src/conf/domain_conf.c | 73 +++--- > 1 file changed, 33 insertions(+), 40 deletions(-)

[libvirt] [PATCH 3/9] conf: Refactor resource cleanup in virDomainDeviceDefParse

2019-09-16 Thread Peter Krempa
Use VIR_AUTO* helpers to get rid of the convoluted cleanup path. Signed-off-by: Peter Krempa --- src/conf/domain_conf.c | 73 +++--- 1 file changed, 33 insertions(+), 40 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index