mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
esx: Fix memory leak in HostSystem managed object free function
This commit is contained in:
parent
85347321b3
commit
c18df0b7c5
@ -1806,6 +1806,7 @@ ESX_VI__TEMPLATE__FREE(HostSystem,
|
||||
VIR_FREE(item->name);
|
||||
|
||||
/* HostSystem */
|
||||
esxVI_HostConfigManager_Free(&item->configManager);
|
||||
})
|
||||
|
||||
/* esxVI_HostSystem_Validate */
|
||||
|
Loading…
Reference in New Issue
Block a user