
2 Apr
2019
2 Apr
'19
9:16 a.m.
On Mon, Apr 01, 2019 at 03:04:53PM +0200, Peter Krempa wrote:
VIR_AUTODISPOSE_STR is similar to VIR_AUTOFREE(char *) but uses virDispose for clearing of the stored string.
This patch also refactors VIR_DISPOSE to use the new helper which is used for the new macro.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/libvirt_private.syms | 1 + src/util/viralloc.c | 16 ++++++++++++++++ src/util/viralloc.h | 14 ++++++++++++-- 3 files changed, 29 insertions(+), 2 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano