mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 14:45:24 +00:00
esx: Fix memory leak in esxVI_HostCpuIdInfo_Free()
This commit is contained in:
parent
645f4acafe
commit
03a155a25b
@ -1496,6 +1496,7 @@ ESX_VI__TEMPLATE__FREE(HostCpuIdInfo,
|
||||
{
|
||||
esxVI_HostCpuIdInfo_Free(&item->_next);
|
||||
|
||||
esxVI_Int_Free(&item->level);
|
||||
VIR_FREE(item->vendor);
|
||||
VIR_FREE(item->eax);
|
||||
VIR_FREE(item->ebx);
|
||||
|
Loading…
Reference in New Issue
Block a user