[libvirt] [PATCHv5 01/18] Forgot to cleanup ifname_guest* in domain network def parsing

Cedric Bosdonnat cbosdonnat at suse.com
Mon Jan 5 19:28:05 UTC 2015


Hi Daniel,

Thanks a lot for your reviews. I just pushed the patch series with the
IP Doc commit squashed.

--
Cedric

On Mon, 2015-01-05 at 17:26 +0000, Daniel P. Berrange wrote:
> On Tue, Dec 30, 2014 at 11:27:10AM +0100, 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 aafc05e..914faf9 100644
> > --- a/src/conf/domain_conf.c
> > +++ b/src/conf/domain_conf.c
> > @@ -7903,6 +7903,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





More information about the libvir-list mailing list