Re: [libvirt] [PATCH v2 10/23] util: convert virIdentity implementation and test suite to g_autoptr

2019-10-08 Thread Ján Tomko
On Mon, Oct 07, 2019 at 06:14:12PM +0100, Daniel P. Berrangé wrote: To simplify the later conversion from virObject to GObject, introduce the use of g_autoptr to the virIdentity implementnation and test suite. Signed-off-by: Daniel P. Berrangé --- src/util/viridentity.c | 40 +++---

[libvirt] [PATCH v2 10/23] util: convert virIdentity implementation and test suite to g_autoptr

2019-10-07 Thread Daniel P . Berrangé
To simplify the later conversion from virObject to GObject, introduce the use of g_autoptr to the virIdentity implementnation and test suite. Signed-off-by: Daniel P. Berrangé --- src/util/viridentity.c | 40 +++-- tests/viridentitytest.c | 44 +--