Fix crash caused by exception in Python gizmo target get handler
This commit is contained in:
@@ -201,7 +201,7 @@ fail:
|
||||
PyErr_Print();
|
||||
PyErr_Clear();
|
||||
|
||||
Py_DECREF(ret);
|
||||
Py_XDECREF(ret);
|
||||
|
||||
PyGILState_Release(gilstate);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user