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);
|
VIR_FREE(s);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
virTypedParameterArrayClear(params, nparams);
|
virTypedParamsFree(params, nparams);
|
||||||
VIR_FREE(params);
|
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
virDomainFree(dom);
|
virDomainFree(dom);
|
||||||
|
Loading…
Reference in New Issue
Block a user