[libvirt] [PATCH] Free the macvtap mode string

I forgot to free the macvtap mode string. This fixes it. Signed-off-by: Stefan Berger <stefanb@us.ibm.com>

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

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@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;
ACK Daniel -- |: Red Hat, Engineering, London -o- http://people.redhat.com/berrange/ :| |: http://libvirt.org -o- http://virt-manager.org -o- http://deltacloud.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|
participants (3)
-
Daniel P. Berrange
-
Daniel Veillard
-
Stefan Berger