mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-04 02:13:01 -05:00
esx: Fix memory leak in HostSystem managed object free function
This commit is contained in:
@@ -1806,6 +1806,7 @@ ESX_VI__TEMPLATE__FREE(HostSystem,
|
||||
VIR_FREE(item->name);
|
||||
|
||||
/* HostSystem */
|
||||
esxVI_HostConfigManager_Free(&item->configManager);
|
||||
})
|
||||
|
||||
/* esxVI_HostSystem_Validate */
|
||||
|
||||
Reference in New Issue
Block a user