1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-08-02 04:21:59 +03:00

Fix python bindings events code (David Lively)

This commit is contained in:
Daniel P. Berrange
2008-11-24 19:28:12 +00:00
parent 4d481373b2
commit d46de71567
5 changed files with 177 additions and 41 deletions

View File

@ -216,7 +216,6 @@ libvirt_virFreeCallbackWrap(virFreeCallback node)
PyObject *ret;
if (node == NULL) {
printf("%s: WARNING - Wrapping None\n", __FUNCTION__);
Py_INCREF(Py_None);
return (Py_None);
}