
29 Jul
2010
29 Jul
'10
12:31 p.m.
On 07/29/2010 10:10 AM, Eric Blake wrote:
On 07/29/2010 07:47 AM, Laine Stump wrote:
From: Laine Stump<laine@redhat.com>
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. ACK.
Thanks! Pushed.