esx: Fix memory leak in HostSystem managed object free function

This commit is contained in:
Matthias Bolte
2011-01-12 22:38:42 +01:00
parent 85347321b3
commit c18df0b7c5
+1
View File
@@ -1806,6 +1806,7 @@ ESX_VI__TEMPLATE__FREE(HostSystem,
VIR_FREE(item->name);
/* HostSystem */
esxVI_HostConfigManager_Free(&item->configManager);
})
/* esxVI_HostSystem_Validate */