mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 14:57:42 +00:00
virsh: Use virTypedParams* APIs in cpu-stats
This commit is contained in:
parent
c7805f4099
commit
f52e9f1f4d
@ -6222,8 +6222,7 @@ do_show_total:
|
||||
VIR_FREE(s);
|
||||
}
|
||||
}
|
||||
virTypedParameterArrayClear(params, nparams);
|
||||
VIR_FREE(params);
|
||||
virTypedParamsFree(params, nparams);
|
||||
|
||||
cleanup:
|
||||
virDomainFree(dom);
|
||||
|
Loading…
Reference in New Issue
Block a user