Re: [libvirt] [PATCH 9/9] conf: secret: Refactor cleanup in secretXMLParseNode

2019-09-18 Thread Jiri Denemark
On Mon, Sep 16, 2019 at 14:17:12 +0200, Peter Krempa wrote: > Use VIR_AUTO* for temporary locals and get rid of the 'cleanup' label. > > Signed-off-by: Peter Krempa > --- > src/conf/secret_conf.c | 34 ++ > 1 file changed, 14 insertions(+), 20 deletions(-)

[libvirt] [PATCH 9/9] conf: secret: Refactor cleanup in secretXMLParseNode

2019-09-16 Thread Peter Krempa
Use VIR_AUTO* for temporary locals and get rid of the 'cleanup' label. Signed-off-by: Peter Krempa --- src/conf/secret_conf.c | 34 ++ 1 file changed, 14 insertions(+), 20 deletions(-) diff --git a/src/conf/secret_conf.c b/src/conf/secret_conf.c index