mirror of
https://github.com/libvirt/libvirt.git
synced 2026-07-29 23:58:02 -05:00
Rename virDomainIOThreadsInfoFree to virDomainIOThreadInfoFree
This function only frees the info for one thread.
This commit is contained in:
@@ -6868,7 +6868,7 @@ cmdIOThreadInfo(vshControl *ctl, const vshCmd *cmd)
|
||||
ignore_value(vshPrintPinInfo(info[i]->cpumap, info[i]->cpumaplen,
|
||||
maxcpu, 0));
|
||||
vshPrint(ctl, "\n");
|
||||
virDomainIOThreadsInfoFree(info[i]);
|
||||
virDomainIOThreadInfoFree(info[i]);
|
||||
}
|
||||
VIR_FREE(info);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user