Re: [PATCH v2 1/9] virsh: Work around virSecretFree quirks

2020-01-28 Thread Daniel P . Berrangé
On Fri, Jan 24, 2020 at 05:08:33PM +0100, Peter Krempa wrote: > Similarly to other libvirt object freeing APIs the function resets the > libvirt error when called and doesn't take NULL gracefully. Install the > workaround and g_autoptr handlers similarly to the 'virshDomain' type. > >

[PATCH v2 1/9] virsh: Work around virSecretFree quirks

2020-01-24 Thread Peter Krempa
Similarly to other libvirt object freeing APIs the function resets the libvirt error when called and doesn't take NULL gracefully. Install the workaround and g_autoptr handlers similarly to the 'virshDomain' type. Signed-off-by: Peter Krempa --- build-aux/syntax-check.mk | 2 +-