[libvirt] [PATCHv3 01/16] Forgot to cleanup ifname_guest* in domain network def parsing

Daniel P. Berrange berrange at redhat.com
Wed Oct 22 09:52:18 UTC 2014


On Fri, Oct 10, 2014 at 02:03:53PM +0200, Cédric Bosdonnat wrote:
> ---
>  src/conf/domain_conf.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
> index 2810c05..b5c761f 100644
> --- a/src/conf/domain_conf.c
> +++ b/src/conf/domain_conf.c
> @@ -7622,6 +7622,8 @@ virDomainNetDefParseXML(virDomainXMLOptionPtr xmlopt,
>      VIR_FREE(vhostuser_path);
>      VIR_FREE(vhostuser_mode);
>      VIR_FREE(ifname);
> +    VIR_FREE(ifname_guest);
> +    VIR_FREE(ifname_guest_actual);
>      VIR_FREE(dev);
>      virDomainActualNetDefFree(actual);
>      VIR_FREE(script);

ACK


Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list