[libvirt] [PATCH] Free the macvtap mode string

Daniel Veillard veillard at redhat.com
Mon Mar 1 12:11:44 UTC 2010


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 <stefanb at us.ibm.com>
> 

> 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/
daniel at veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/




More information about the libvir-list mailing list