Re: [PATCH] conf: Fix one memory leak

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Jun 21, 2011 at 02:45:54PM +0800, Osier Yang wrote:
> Free def->numatune.memory.nodemask in virDomainDefFree.
> ---
>  src/conf/domain_conf.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
> index 5360863..38a8587 100644
> --- a/src/conf/domain_conf.c
> +++ b/src/conf/domain_conf.c
> @@ -1092,6 +1092,8 @@ void virDomainDefFree(virDomainDefPtr def)
>  
>      virDomainVcpupinDefFree(def->cputune.vcpupin, def->cputune.nvcpupin);
>  
> +    VIR_FREE(def->numatune.memory.nodemask);
> +
>      virSysinfoDefFree(def->sysinfo);
>  
>      if (def->namespaceData && def->ns.free)

  ACK,

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
daniel@xxxxxxxxxxxx  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list


[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]