[PATCH] virNodeDevPCICapSRIOVVirtualParseXML: fix memleak of addr

Michal Privoznik mprivozn at redhat.com
Thu Jul 30 15:55:20 UTC 2020


On 7/30/20 2:03 PM, Hao Wang wrote:
> From: Hao Wang <wanghao232 at huawei.com>
> Subject: [PATCH] virNodeDevPCICapSRIOVVirtualParseXML: fix memleak of addr
> 
> virPCIDeviceAddressPtr 'addr' is forgotten to be freed in the branch
> 'VIR_APPEND_ELEMENT() < 0'. Use g_autoptr instead.
> 
> Signed-off-by: Hao Wang <wanghao232 at huawei.com>
> ---
>   src/conf/node_device_conf.c | 6 ++----
>   1 file changed, 2 insertions(+), 4 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn at redhat.com>

and pushed. Congratulations on your first libvirt contribution!

Michal




More information about the libvir-list mailing list