libvirt/src/hyperv
Peter Krempa 9c9423a1e8 hypervFreeInvokeParams: Don't use VIR_DISPOSE_N for freeing 'params'
The struct doesn't contain any secrets to clear before freeing and even
if it did VIR_DISPOSE_N wouldn't help as the struct contains only
pointers thus the actual memory pointing to isn't sanitized.

Just free the params array pointer and then the struct itself.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
2021-02-03 13:07:12 +01:00
..
hyperv_driver.c hyperv: implement domainScreenshot 2021-02-02 09:36:35 +01:00
hyperv_driver.h hyperv: XML parsing of storage volumes 2020-11-24 18:45:07 +00:00
hyperv_network_driver.c hyperv: implement networkGetXMLDesc 2021-02-02 09:36:35 +01:00
hyperv_network_driver.h hyperv: implement connectListAllNetworks and connectNumOfNetworks 2021-02-02 09:36:35 +01:00
hyperv_private.h hyperv: enable automatic cleanup for OpenWSMAN types 2021-01-22 14:04:24 -05:00
hyperv_util.c hyperv: Use two empty lines between functions 2020-10-22 16:11:56 +02:00
hyperv_util.h src/hyperv: use #pragma once in headers 2019-06-13 17:05:09 +02:00
hyperv_wmi.c hypervFreeInvokeParams: Don't use VIR_DISPOSE_N for freeing 'params' 2021-02-03 13:07:12 +01:00
hyperv_wmi.h hyperv: XML parsing of Ethernet adapters 2021-02-02 09:36:35 +01:00
hyperv_wmi_classes.c Don't leave empty first line in C source files 2014-03-18 12:17:12 +01:00
hyperv_wmi_classes.h hyperv: implement domainScreenshot 2021-02-02 09:36:35 +01:00
hyperv_wmi_generator.input hyperv: implement domainScreenshot 2021-02-02 09:36:35 +01:00
hyperv_wsman.h hyperv: enable automatic cleanup for OpenWSMAN types 2021-01-22 14:04:24 -05:00
meson.build hyperv: implement connectListAllNetworks and connectNumOfNetworks 2021-02-02 09:36:35 +01:00