Re: [libvirt] [PATCH v3 01/11] util: iscsi: use VIR_AUTOFREE instead of VIR_FREE for scalar types

2018-08-13 Thread Erik Skultety
On Thu, Aug 09, 2018 at 09:42:09AM +0530, Sukrit Bhatnagar wrote: > Add another usage for VIR_AUTOFREE macro which was left in the > commit ec3e878, thereby dropping a VIR_FREE call and and a cleanup > section. > > Signed-off-by: Sukrit Bhatnagar > --- > src/util/viriscsi.c | 22

[libvirt] [PATCH v3 01/11] util: iscsi: use VIR_AUTOFREE instead of VIR_FREE for scalar types

2018-08-09 Thread Sukrit Bhatnagar
Add another usage for VIR_AUTOFREE macro which was left in the commit ec3e878, thereby dropping a VIR_FREE call and and a cleanup section. Signed-off-by: Sukrit Bhatnagar --- src/util/viriscsi.c | 22 ++ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git