Re: [libvirt] [PATCH v2 00/35] use GNU C's cleanup attribute in src/util (batch III)

2018-08-08 Thread Erik Skultety
On Mon, Aug 06, 2018 at 02:13:27AM +0530, Sukrit Bhatnagar wrote: > This third series of patches also modifies a few files in src/util > to use VIR_AUTOFREE and VIR_AUTOPTR for automatic freeing of memory > and get rid of some VIR_FREE macro invocations and *Free function > calls. This will clearl

[libvirt] [PATCH v2 00/35] use GNU C's cleanup attribute in src/util (batch III)

2018-08-08 Thread Sukrit Bhatnagar
This third series of patches also modifies a few files in src/util to use VIR_AUTOFREE and VIR_AUTOPTR for automatic freeing of memory and get rid of some VIR_FREE macro invocations and *Free function calls. Sukrit Bhatnagar (35): util: iscsi: use VIR_AUTOFREE instead of VIR_FREE for scalar type