mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-08-19 17:49:25 +03:00
python: Fix typo in bindings
This typo caused a bug in which we wanted to free() invalid pointer.
This commit is contained in:
@ -2945,7 +2945,7 @@ libvirt_virEventRegisterImpl(ATTRIBUTE_UNUSED PyObject * self,
|
|||||||
return VIR_PY_INT_FAIL;
|
return VIR_PY_INT_FAIL;
|
||||||
|
|
||||||
/* Get argument string representations (for error reporting) */
|
/* Get argument string representations (for error reporting) */
|
||||||
addHandleName = py_str(addTimeoutObj);
|
addHandleName = py_str(addHandleObj);
|
||||||
updateHandleName = py_str(updateHandleObj);
|
updateHandleName = py_str(updateHandleObj);
|
||||||
removeHandleName = py_str(removeHandleObj);
|
removeHandleName = py_str(removeHandleObj);
|
||||||
addTimeoutName = py_str(addTimeoutObj);
|
addTimeoutName = py_str(addTimeoutObj);
|
||||||
|
Reference in New Issue
Block a user