On 07/29/2010 10:10 AM, Eric Blake wrote:
On 07/29/2010 07:47 AM, Laine Stump wrote:
From: Laine Stump
This fixes a leak described in
https://bugzilla.redhat.com/show_bug.cgi?id=590073
xenUnifiedDomainInfoList has a pointer to a list of pointers to
xenUnifiedDomain. We were freeing up al
On 07/29/10 - 09:47:53AM, Laine Stump wrote:
> From: Laine Stump
>
> This fixes a leak described in
>
>https://bugzilla.redhat.com/show_bug.cgi?id=590073
>
> xenUnifiedDomainInfoList has a pointer to a list of pointers to
> xenUnifiedDomain. We were freeing up all the domains, but neglectin
On 07/29/2010 07:47 AM, Laine Stump wrote:
> From: Laine Stump
>
> This fixes a leak described in
>
>https://bugzilla.redhat.com/show_bug.cgi?id=590073
>
> xenUnifiedDomainInfoList has a pointer to a list of pointers to
> xenUnifiedDomain. We were freeing up all the domains, but neglecting
From: Laine Stump
This fixes a leak described in
https://bugzilla.redhat.com/show_bug.cgi?id=590073
xenUnifiedDomainInfoList has a pointer to a list of pointers to
xenUnifiedDomain. We were freeing up all the domains, but neglecting
to free the list.
This was found by Paolo Bonzini .
---
s