From: Matthias Bolte Date: Sat, 8 Jan 2011 13:59:01 +0000 (+0100) Subject: esx: Fix memory leak in HostSystem managed object free function X-Git-Tag: v0.8.8~223 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c18df0b7c5b97d0f15e8a568bfd21c74b32182cf;p=thirdparty%2Flibvirt.git esx: Fix memory leak in HostSystem managed object free function --- diff --git a/src/esx/esx_vi_types.c b/src/esx/esx_vi_types.c index 4ee4110d57..f3df2b5510 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); }) /* esxVI_HostSystem_Validate */