[libvirt] [PATCH] Eliminate memory leak in xenUnifiedDomainInfoListFree

Laine Stump laine at laine.org
Thu Jul 29 16:31:33 UTC 2010


  On 07/29/2010 10:10 AM, Eric Blake wrote:
> On 07/29/2010 07:47 AM, Laine Stump wrote:
>> From: Laine Stump<laine at 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.




More information about the libvir-list mailing list