Fix crash caused by exception in Python gizmo target get handler

This commit is contained in:
2022-01-14 10:16:02 +11:00
parent 1bd0a87384
commit 7a0cf2c72f

View File

@@ -201,7 +201,7 @@ fail:
PyErr_Print();
PyErr_Clear();
Py_DECREF(ret);
Py_XDECREF(ret);
PyGILState_Release(gilstate);
}