[libvirt] [PATCH] esx: Fix memory leak in HostSystem managed object free function

Matthias Bolte matthias.bolte at googlemail.com
Wed Jan 12 21:42:05 UTC 2011


2011/1/11 Eric Blake <eblake at redhat.com>:
> On 01/11/2011 01:41 PM, Matthias Bolte wrote:
>> ---
>>  src/esx/esx_vi_types.c |    1 +
>>  1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/src/esx/esx_vi_types.c b/src/esx/esx_vi_types.c
>> index 4ee4110..f3df2b5 100644
>> --- a/src/esx/esx_vi_types.c
>> +++ b/src/esx/esx_vi_types.c
>> @@ -1806,6 +1806,7 @@ ESX_VI__TEMPLATE__FREE(HostSystem,
>>      VIR_FREE(item->name);
>>
>>      /* HostSystem */
>> +    esxVI_HostConfigManager_Free(&item->configManager);
>>  })
>
> ACK.
>

Thanks, pushed.

Matthias




More information about the libvir-list mailing list