]> xenbits.xensource.com Git - libvirt.git/commit
util: viralloc: Remove VIR_DISPOSE(_N)
authorPeter Krempa <pkrempa@redhat.com>
Mon, 1 Feb 2021 13:18:25 +0000 (14:18 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 3 Feb 2021 12:07:13 +0000 (13:07 +0100)
commitbacf612607534e7b02f156fc8f32e19c0c867334
treed1849e3891aec5161d55c8ff45d3e008172581b1
parentf08fea10fb5fa07bfc1c2b2b042e04f2e2c35616
util: viralloc: Remove VIR_DISPOSE(_N)

The macros are unused now and callers who care about clearing the memory
they use should use memset() appropriately.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/libvirt_private.syms
src/util/viralloc.c
src/util/viralloc.h