[libvirt] [PATCH] conf: Fix memory leak in virNetworkDNSDefFormat

Michal Privoznik mprivozn at redhat.com
Tue Jun 28 10:06:17 UTC 2011


On 28.06.2011 10:06, Osier Yang wrote:
> ---
>  src/conf/network_conf.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/src/conf/network_conf.c b/src/conf/network_conf.c
> index d0860d8..45ddee2 100644
> --- a/src/conf/network_conf.c
> +++ b/src/conf/network_conf.c
> @@ -945,6 +945,7 @@ virNetworkDNSDefFormat(virBufferPtr buf,
>                                                 def->hosts[ii].names[j]);
>  
>              virBufferAsprintf(buf, "    </host>\n");
> +            VIR_FREE(ip);
>          }
>      }
>  
ACK.

Michal




More information about the libvir-list mailing list