On Fri, Apr 06, 2018 at 06:53 PM +0200, John Ferlan wrote:
> Rather than VIR_ALLOC, use the New function for allocation. We
> already use the Free function anyway.
>
> Signed-off-by: John Ferlan
> ---
> src/conf/domain_conf.c | 2 +-
> src/conf/domain_conf.h | 3 +++
> src/libvirt_private.sy
On 04/06/2018 12:53 PM, John Ferlan wrote:
> Rather than VIR_ALLOC, use the New function for allocation. We
> already use the Free function anyway.
>
> Signed-off-by: John Ferlan
> ---
> src/conf/domain_conf.c | 2 +-
> src/conf/domain_conf.h | 3 +++
> src/libvirt_private.syms | 1 +
> src/q
Rather than VIR_ALLOC, use the New function for allocation. We
already use the Free function anyway.
Signed-off-by: John Ferlan
---
src/conf/domain_conf.c | 2 +-
src/conf/domain_conf.h | 3 +++
src/libvirt_private.syms | 1 +
src/qemu/qemu_domain.c | 2 +-
src/qemu/qemu_process.c | 2 +-