mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00: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…
x
Reference in New Issue
Block a user