Re: [libvirt] [PATCH 01/14] util: storage: Simplify cleanup path handling in virStorageSourceParseBackingJSONInternal

2019-08-21 Thread Ján Tomko
On Fri, Aug 16, 2019 at 12:39:22PM +0200, Peter Krempa wrote: Automatically free the intermediate JSON data to get rid of the cleanup section. Signed-off-by: Peter Krempa --- src/util/virstoragefile.c | 20 +++- 1 file changed, 7 insertions(+), 13 deletions(-) Reviewed-by:

[libvirt] [PATCH 01/14] util: storage: Simplify cleanup path handling in virStorageSourceParseBackingJSONInternal

2019-08-16 Thread Peter Krempa
Automatically free the intermediate JSON data to get rid of the cleanup section. Signed-off-by: Peter Krempa --- src/util/virstoragefile.c | 20 +++- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/src/util/virstoragefile.c b/src/util/virstoragefile.c index