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

2018-08-07 Thread Erik Skultety
On Sat, Jul 28, 2018 at 11:31:15PM +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. So I went ahead

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

2018-07-28 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 (32): util: iscsi: use VIR_AUTOFREE instead of VIR_FREE for scalar