On Fri, Apr 06, 2018 at 06:53 PM +0200, John Ferlan <[email protected]> wrote: > Rather than VIR_ALLOC, use the New function for allocation. We > already use the Free function anyway. > > Signed-off-by: John Ferlan <[email protected]> > --- > 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 +- > 5 files changed, 7 insertions(+), 3 deletions(-) > > diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c > index caf3f47c63..fd57364cd4 100644 > --- a/src/conf/domain_conf.c > +++ b/src/conf/domain_conf.c > @@ -12211,7 +12211,7 @@ > virDomainChrSourceDefParseXML(virDomainChrSourceDefPtr def, > } > > > -static virDomainChrSourceDefPtr
[…snip] With the change suggested by Laine: Reviewed-by: Marc Hartmayer <[email protected]> -- Beste Grüße / Kind regards Marc Hartmayer IBM Deutschland Research & Development GmbH Vorsitzende des Aufsichtsrats: Martina Koederitz Geschäftsführung: Dirk Wittkopp Sitz der Gesellschaft: Böblingen Registergericht: Amtsgericht Stuttgart, HRB 243294 -- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
