Fix crash caused by exception in Python gizmo target get handler

This commit is contained in:
Campbell Barton 2022-01-14 10:16:02 +11:00 committed by Philipp Oeser
parent ccb2456df6
commit caf362422e
Notes: blender-bot 2023-02-13 23:17:13 +01:00
Referenced by issue #88449: Blender LTS: Maintenance Task 2.93
Referenced by issue #88449, Blender LTS: Maintenance Task 2.93
1 changed files with 1 additions and 1 deletions

View File

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