Re: [libvirt] [PATCH 03/14] util: storagefile: Simplify cleanup handling in virStorageSourceParseBackingURI

2019-08-21 Thread Ján Tomko
On Fri, Aug 16, 2019 at 12:39:24PM +0200, Peter Krempa wrote: Automatically clean the 'uri' variable and get rid of the 'cleanup' label. Signed-off-by: Peter Krempa --- src/util/virstoragefile.c | 31 +-- 1 file changed, 13 insertions(+), 18 deletions(-) diff --git

[libvirt] [PATCH 03/14] util: storagefile: Simplify cleanup handling in virStorageSourceParseBackingURI

2019-08-16 Thread Peter Krempa
Automatically clean the 'uri' variable and get rid of the 'cleanup' label. Signed-off-by: Peter Krempa --- src/util/virstoragefile.c | 31 +-- 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/src/util/virstoragefile.c b/src/util/virstoragefile.c index