On Fri, Feb 26, 2010 at 01:03:56PM -0500, Stefan Berger wrote: > I forgot to free the macvtap mode string. This fixes it. > > Signed-off-by: Stefan Berger <[email protected]> >
> Index: libvirt-macvtap/src/conf/domain_conf.c > =================================================================== > --- libvirt-macvtap.orig/src/conf/domain_conf.c > +++ libvirt-macvtap/src/conf/domain_conf.c > @@ -1974,6 +1974,7 @@ cleanup: > VIR_FREE(type); > VIR_FREE(internal); > VIR_FREE(devaddr); > + VIR_FREE(mode); > > return def; Ah, right, ACK, pushing it, thanks ! Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ [email protected] | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/ -- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
