1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-12-04 20:23:46 +03:00

Rename virDomainIOThreadsInfoFree to virDomainIOThreadInfoFree

This commit is contained in:
Ján Tomko
2015-03-26 12:22:00 +01:00
parent 52c6643404
commit c58b696a56
3 changed files with 3 additions and 3 deletions

View File

@@ -2075,7 +2075,7 @@ libvirt_virDomainGetIOThreadsInfo(PyObject *self ATTRIBUTE_UNUSED,
cleanup:
for (i = 0; i < niothreads; i++)
virDomainIOThreadsInfoFree(iothrinfo[i]);
virDomainIOThreadInfoFree(iothrinfo[i]);
VIR_FREE(iothrinfo);
Py_XDECREF(py_iothrinfo);
return py_retval;